Html Css Color HEX #215DDD Cerulean Blue

📋 copy color: '#215DDD'

red 33 ◦ green 93 ◦ blue 221

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

Shades of Cerulean Blue #215DDD

Tints of Cerulean Blue #215DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 9.51%
G = 26.8%
B = 63.69%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#215DDD (or 0x215DDD) is known color: Cerulean Blue. HEX triplet: 21, 5D and DD. RGB value is (33,93,221). Sum of RGB (Red+Green+Blue) = 33+93+221=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #215DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DDD is #DEA222. Grayscale: #595959. Windows color (decimal): -14590499 or 14507297. OLE color: 14507297.

HSL color Cylindrical-coordinate representation of color #215DDD: hue angle of 220.85º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215DDD is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 93 221 -
CMYK 0.85 0.58 0 0.13
HSL 220.85º 0.74% 0.5% -
HSV(B) 220.85º 0.85% 0.87% -
XYZ 17.59 13.37 70.06 -
YUV 89.65 202.12 87.59 -
System Red Green Blue C M Y K H S L
Decimal 33 93 221 0.85 0.58 0 0.13 220.85 0.74 0.5
Hex 21 5D DD 55 3A 0 D DD 4A 32
Octal 41 135 335 125 72 0 15 335 112 62
Binary 100001 1011101 11011101 1010101 111010 0 1101 11011101 1001010 110010

Color Harmonies of #215DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DDD

Black with #215DDD

Text Example


Text Example

White with #215DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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