Html Css Color HEX #214BA8 Cerulean Blue

📋 copy color: '#214BA8'

red 33 ◦ green 75 ◦ blue 168

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

Shades of Cerulean Blue #214BA8

Tints of Cerulean Blue #214BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 168 (66.02% from 255) = 60.87%

R = 11.96%
G = 27.17%
B = 60.87%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#214BA8 (or 0x214BA8) is known color: Cerulean Blue. HEX triplet: 21, 4B and A8. RGB value is (33,75,168). Sum of RGB (Red+Green+Blue) = 33+75+168=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 168 (66.02% from 255 or 60.87% from 276); Max value from RGB is 168 - color contains mainly: blue. Hex color #214BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214BA8 is #DEB457. Grayscale: #484848. Windows color (decimal): -14595160 or 11029281. OLE color: 11029281.

HSL color Cylindrical-coordinate representation of color #214BA8: hue angle of 221.33º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214BA8 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 33 75 168 -
CMYK 0.80 0.55 0 0.34
HSL 221.33º 0.67% 0.39% -
HSV(B) 221.33º 0.8% 0.66% -
XYZ 10.21 8.18 38.09 -
YUV 73.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 33 75 168 0.80 0.55 0 0.34 221.33 0.67 0.39
Hex 21 4B A8 50 37 0 22 DD 43 27
Octal 41 113 250 120 67 0 42 335 103 47
Binary 100001 1001011 10101000 1010000 110111 0 100010 11011101 1000011 100111

Color Harmonies of #214BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BA8

Black with #214BA8

Text Example


Text Example

White with #214BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,75,168); }

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

background-color css

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

 a { background-color: rgb(33,75,168); }

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

border-color css

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

 span { border-color: rgb(33,75,168); }

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