Html Css Color HEX #215DDB Cerulean Blue

📋 copy color: '#215DDB'

red 33 ◦ green 93 ◦ blue 219

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

Shades of Cerulean Blue #215DDB

Tints of Cerulean Blue #215DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

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

R = 9.57%
G = 26.96%
B = 63.48%

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

#215DDB (or 0x215DDB) is known color: Cerulean Blue. HEX triplet: 21, 5D and DB. RGB value is (33,93,219). Sum of RGB (Red+Green+Blue) = 33+93+219=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #215DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DDB is #DEA224. Grayscale: #585858. Windows color (decimal): -14590501 or 14376225. OLE color: 14376225.

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

Color convert

RGB 33 93 219 -
CMYK 0.85 0.58 0 0.14
HSL 220.65º 0.74% 0.49% -
HSV(B) 220.65º 0.85% 0.86% -
XYZ 17.33 13.27 68.67 -
YUV 89.42 201.12 87.75 -
System Red Green Blue C M Y K H S L
Decimal 33 93 219 0.85 0.58 0 0.14 220.65 0.74 0.49
Hex 21 5D DB 55 3A 0 E DD 4A 31
Octal 41 135 333 125 72 0 16 335 112 61
Binary 100001 1011101 11011011 1010101 111010 0 1110 11011101 1001010 110001

Color Harmonies of #215DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DDB

Black with #215DDB

Text Example


Text Example

White with #215DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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