Html Css Color HEX #214FB8 Cerulean Blue

📋 copy color: '#214FB8'

red 33 ◦ green 79 ◦ blue 184

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

Shades of Cerulean Blue #214FB8

Tints of Cerulean Blue #214FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.69%

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

R = 11.15%
G = 26.69%
B = 62.16%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#214FB8 (or 0x214FB8) is known color: Cerulean Blue. HEX triplet: 21, 4F and B8. RGB value is (33,79,184). Sum of RGB (Red+Green+Blue) = 33+79+184=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 184 (72.27% from 255 or 62.16% from 296); Max value from RGB is 184 - color contains mainly: blue. Hex color #214FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FB8 is #DEB047. Grayscale: #4C4C4C. Windows color (decimal): -14594120 or 12078881. OLE color: 12078881.

HSL color Cylindrical-coordinate representation of color #214FB8: hue angle of 221.72º 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 #214FB8 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 79 184 -
CMYK 0.82 0.57 0 0.28
HSL 221.72º 0.7% 0.43% -
HSV(B) 221.72º 0.82% 0.72% -
XYZ 12.07 9.38 46.52 -
YUV 77.22 188.26 96.46 -
System Red Green Blue C M Y K H S L
Decimal 33 79 184 0.82 0.57 0 0.28 221.72 0.7 0.43
Hex 21 4F B8 52 39 0 1C DE 46 2B
Octal 41 117 270 122 71 0 34 336 106 53
Binary 100001 1001111 10111000 1010010 111001 0 11100 11011110 1000110 101011

Color Harmonies of #214FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214FB8

Black with #214FB8

Text Example


Text Example

White with #214FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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