Color Hex Logo

#228bff Color Hex

#228BFF
(34,139,255)
0 Favorites   0 Comments

Color spaces of #228bff

RGB 34139255
HSL0.591.000.57
HSV211°87°100°
CMYK 0.870.450.00   0.00
XYZ27.942326.025398.1584
Yxy26.02530.18370.1711
Hunter Lab51.01508.4931-78.3699
CIE-Lab58.061113.2353-65.5139

#228bff color RGB value is (34,139,255).

#228bff hex color red value is 34, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #228bff hue: 0.59 , saturation: 1.00 and the lightness value of 228bff is 0.57.

The process color (four color CMYK) of #228bff color hex is 0.87, 0.45, 0.00, 0.00. Web safe color of #228bff is #3399ff. Color #228bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 10001011 11111111
Octal 42 213 377
Decimal 34 139 255
Hex 22 8B FF

RGB Percentages of Color #228bff

%7.94
%32.48
%59.58

CMYK Percentages of Color #228bff

%87
%45
%0
%0

Triadic Colors of #228bff

#228bff #ff228b #8bff22

Analogous Colors of #228bff

#228bff #2822ff #22faff

Monochromatic Colors of #228bff

#228bff

Complementary Color

#228bff #ff9622

#228bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#228bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#228bff Color CSS Codes

.mybgcolor {background-color:#228bff; } 
.myforecolor {color:#228bff; }
.mybordercolor {border:3px solid #228bff; }

#228bff Text Font Color

<p style="color:#228bff">Text here</p>

This sample text font color is #228bff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#228bff Background Color

<div style="background-color:#228bff">
Div content here</div>

This div background color is #228bff


#228bff Border Color

<div style="border:3px solid #228bff">
Div here</div>

This div border color is #228bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,139,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #228bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #228bff;
  -webkit-box-shadow: 1px 1px 3px 2px #228bff;
  box-shadow:         1px 1px 3px 2px #228bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,139,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #228bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #228bff;
  -webkit-box-shadow: 1px 1px 3px 2px #228bff;
  box-shadow:         1px 1px 3px 2px #228bff;">
Div content here</div>

This div box has shadow with color #228bff

Related Colors


Comments

No comments written yet.

Please login to write comment.