Html Css Color HEX #214CDB Cerulean Blue

📋 copy color: '#214CDB'

red 33 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #214CDB

Tints of Cerulean Blue #214CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

 BLUE value IS 219 (85.94% from 255) = 66.77%

R = 10.06%
G = 23.17%
B = 66.77%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#214CDB (or 0x214CDB) is known color: Cerulean Blue. HEX triplet: 21, 4C and DB. RGB value is (33,76,219). Sum of RGB (Red+Green+Blue) = 33+76+219=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #214CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CDB is #DEB324. Grayscale: #4E4E4E. Windows color (decimal): -14594853 or 14371873. OLE color: 14371873.

HSL color Cylindrical-coordinate representation of color #214CDB: hue angle of 226.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214CDB is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 76 219 -
CMYK 0.85 0.65 0 0.14
HSL 226.13º 0.74% 0.49% -
HSV(B) 226.13º 0.85% 0.86% -
XYZ 16 10.61 68.22 -
YUV 79.45 206.75 94.87 -
System Red Green Blue C M Y K H S L
Decimal 33 76 219 0.85 0.65 0 0.14 226.13 0.74 0.49
Hex 21 4C DB 55 41 0 E E2 4A 31
Octal 41 114 333 125 101 0 16 342 112 61
Binary 100001 1001100 11011011 1010101 1000001 0 1110 11100010 1001010 110001

Color Harmonies of #214CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214CDB

Black with #214CDB

Text Example


Text Example

White with #214CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,219); }

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

background-color css

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

 a { background-color: rgb(33,76,219); }

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

border-color css

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

 span { border-color: rgb(33,76,219); }

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