Html Css Color HEX #214DB8 Cerulean Blue

📋 copy color: '#214DB8'

red 33 ◦ green 77 ◦ blue 184

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

Shades of Cerulean Blue #214DB8

Tints of Cerulean Blue #214DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 62.59%

R = 11.22%
G = 26.19%
B = 62.59%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#214DB8 (or 0x214DB8) is known color: Cerulean Blue. HEX triplet: 21, 4D and B8. RGB value is (33,77,184). Sum of RGB (Red+Green+Blue) = 33+77+184=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 184 (72.27% from 255 or 62.59% from 294); Max value from RGB is 184 - color contains mainly: blue. Hex color #214DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DB8 is #DEB247. Grayscale: #4B4B4B. Windows color (decimal): -14594632 or 12078369. OLE color: 12078369.

HSL color Cylindrical-coordinate representation of color #214DB8: hue angle of 222.52º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214DB8 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 77 184 -
CMYK 0.82 0.58 0 0.28
HSL 222.52º 0.7% 0.43% -
HSV(B) 222.52º 0.82% 0.72% -
XYZ 11.93 9.09 46.47 -
YUV 76.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 33 77 184 0.82 0.58 0 0.28 222.52 0.7 0.43
Hex 21 4D B8 52 3A 0 1C DF 46 2B
Octal 41 115 270 122 72 0 34 337 106 53
Binary 100001 1001101 10111000 1010010 111010 0 11100 11011111 1000110 101011

Color Harmonies of #214DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214DB8

Black with #214DB8

Text Example


Text Example

White with #214DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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