Html Css Color HEX #215CDB Cerulean Blue

📋 copy color: '#215CDB'

red 33 ◦ green 92 ◦ blue 219

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

Shades of Cerulean Blue #215CDB

Tints of Cerulean Blue #215CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

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

R = 9.59%
G = 26.74%
B = 63.66%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#215CDB (or 0x215CDB) is known color: Cerulean Blue. HEX triplet: 21, 5C and DB. RGB value is (33,92,219). Sum of RGB (Red+Green+Blue) = 33+92+219=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #215CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CDB is #DEA324. Grayscale: #585858. Windows color (decimal): -14590757 or 14375969. OLE color: 14375969.

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

Color convert

RGB 33 92 219 -
CMYK 0.85 0.58 0 0.14
HSL 220.97º 0.74% 0.49% -
HSV(B) 220.97º 0.85% 0.86% -
XYZ 17.24 13.09 68.64 -
YUV 88.84 201.45 88.17 -
System Red Green Blue C M Y K H S L
Decimal 33 92 219 0.85 0.58 0 0.14 220.97 0.74 0.49
Hex 21 5C DB 55 3A 0 E DD 4A 31
Octal 41 134 333 125 72 0 16 335 112 61
Binary 100001 1011100 11011011 1010101 111010 0 1110 11011101 1001010 110001

Color Harmonies of #215CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CDB

Black with #215CDB

Text Example


Text Example

White with #215CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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