Html Css Color HEX #214BDB Cerulean Blue

📋 copy color: '#214BDB'

red 33 ◦ green 75 ◦ blue 219

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

Shades of Cerulean Blue #214BDB

Tints of Cerulean Blue #214BDB

RGB

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

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

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

R = 10.09%
G = 22.94%
B = 66.97%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#214BDB (or 0x214BDB) is known color: Cerulean Blue. HEX triplet: 21, 4B and DB. RGB value is (33,75,219). Sum of RGB (Red+Green+Blue) = 33+75+219=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #214BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BDB is #DEB424. Grayscale: #4E4E4E. Windows color (decimal): -14595109 or 14371617. OLE color: 14371617.

HSL color Cylindrical-coordinate representation of color #214BDB: hue angle of 226.45º 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 #214BDB is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 75 219 -
CMYK 0.85 0.66 0 0.14
HSL 226.45º 0.74% 0.49% -
HSV(B) 226.45º 0.85% 0.86% -
XYZ 15.93 10.47 68.2 -
YUV 78.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 33 75 219 0.85 0.66 0 0.14 226.45 0.74 0.49
Hex 21 4B DB 55 42 0 E E2 4A 31
Octal 41 113 333 125 102 0 16 342 112 61
Binary 100001 1001011 11011011 1010101 1000010 0 1110 11100010 1001010 110001

Color Harmonies of #214BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214BDB

Black with #214BDB

Text Example


Text Example

White with #214BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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