Html Css Color HEX #214DA9 Cerulean Blue

📋 copy color: '#214DA9'

red 33 ◦ green 77 ◦ blue 169

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

Shades of Cerulean Blue #214DA9

Tints of Cerulean Blue #214DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

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

R = 11.83%
G = 27.6%
B = 60.57%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#214DA9 (or 0x214DA9) is known color: Cerulean Blue. HEX triplet: 21, 4D and A9. RGB value is (33,77,169). Sum of RGB (Red+Green+Blue) = 33+77+169=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #214DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214DA9 is #DEB256. Grayscale: #494949. Windows color (decimal): -14594647 or 11095329. OLE color: 11095329.

HSL color Cylindrical-coordinate representation of color #214DA9: hue angle of 220.59º 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 #214DA9 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 33 77 169 -
CMYK 0.80 0.54 0 0.34
HSL 220.59º 0.67% 0.4% -
HSV(B) 220.59º 0.8% 0.66% -
XYZ 10.44 8.5 38.63 -
YUV 74.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 33 77 169 0.80 0.54 0 0.34 220.59 0.67 0.4
Hex 21 4D A9 50 36 0 22 DD 43 28
Octal 41 115 251 120 66 0 42 335 103 50
Binary 100001 1001101 10101001 1010000 110110 0 100010 11011101 1000011 101000

Color Harmonies of #214DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DA9

Black with #214DA9

Text Example


Text Example

White with #214DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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