Html Css Color HEX #214BA9 Cerulean Blue

📋 copy color: '#214BA9'

red 33 ◦ green 75 ◦ blue 169

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

Shades of Cerulean Blue #214BA9

Tints of Cerulean Blue #214BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 61.01%

R = 11.91%
G = 27.08%
B = 61.01%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#214BA9 (or 0x214BA9) is known color: Cerulean Blue. HEX triplet: 21, 4B and A9. RGB value is (33,75,169). Sum of RGB (Red+Green+Blue) = 33+75+169=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 169 (66.41% from 255 or 61.01% from 277); Max value from RGB is 169 - color contains mainly: blue. Hex color #214BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214BA9 is #DEB456. Grayscale: #484848. Windows color (decimal): -14595159 or 11094817. OLE color: 11094817.

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

Color convert

RGB 33 75 169 -
CMYK 0.80 0.56 0 0.34
HSL 221.47º 0.67% 0.4% -
HSV(B) 221.47º 0.8% 0.66% -
XYZ 10.3 8.22 38.58 -
YUV 73.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 33 75 169 0.80 0.56 0 0.34 221.47 0.67 0.4
Hex 21 4B A9 50 38 0 22 DD 43 28
Octal 41 113 251 120 70 0 42 335 103 50
Binary 100001 1001011 10101001 1010000 111000 0 100010 11011101 1000011 101000

Color Harmonies of #214BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BA9

Black with #214BA9

Text Example


Text Example

White with #214BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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