Html Css Color HEX #214EAB Cerulean Blue

📋 copy color: '#214EAB'

red 33 ◦ green 78 ◦ blue 171

#214EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #214EAB

Tints of Cerulean Blue #214EAB

RGB

 RED value IS 33 (13.28% from 255) = 11.7%

 GREEN value IS 78 (30.86% from 255) = 27.66%

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 11.7%
G = 27.66%
B = 60.64%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#214EAB (or 0x214EAB) is known color: Cerulean Blue. HEX triplet: 21, 4E and AB. RGB value is (33,78,171). Sum of RGB (Red+Green+Blue) = 33+78+171=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #214EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214EAB is #DEB154. Grayscale: #4A4A4A. Windows color (decimal): -14594389 or 11226657. OLE color: 11226657.

HSL color Cylindrical-coordinate representation of color #214EAB: hue angle of 220.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #214EAB is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 78 171 -
CMYK 0.81 0.54 0 0.33
HSL 220.43º 0.68% 0.4% -
HSV(B) 220.43º 0.81% 0.67% -
XYZ 10.7 8.71 39.65 -
YUV 75.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 33 78 171 0.81 0.54 0 0.33 220.43 0.68 0.4
Hex 21 4E AB 51 36 0 21 DC 44 28
Octal 41 116 253 121 66 0 41 334 104 50
Binary 100001 1001110 10101011 1010001 110110 0 100001 11011100 1000100 101000

Color Harmonies of #214EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214EAB

Black with #214EAB

Text Example


Text Example

White with #214EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214EAB; }

 p { color: rgb(33,78,171); }

 H1.HeaderClassName
 {
   color: #214EAB;
 }
 .AnyTagClassName
 {
   color: #214EAB;
 }
</style>

background-color css

<style>
 a { background-color: #214EAB; }

 a { background-color: rgb(33,78,171); }

 div.DivClassName
 {
   background-color: #214EAB;
 }
 .BgClassName
 {
   background-color: #214EAB;
 }
</style>

border-color css

<style>
 span { border-color: #214EAB; }

 span { border-color: rgb(33,78,171); }

 td.TdClassName
 {
   border-color: #214EAB;
 }
 .TagClassName
 {
   border-color: #214EAB;
 }
</style>