Html Css Color HEX #215BD8 Cerulean Blue

📋 copy color: '#215BD8'

red 33 ◦ green 91 ◦ blue 216

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

Shades of Cerulean Blue #215BD8

Tints of Cerulean Blue #215BD8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.76%

 BLUE value IS 216 (84.77% from 255) = 63.53%

R = 9.71%
G = 26.76%
B = 63.53%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#215BD8 (or 0x215BD8) is known color: Cerulean Blue. HEX triplet: 21, 5B and D8. RGB value is (33,91,216). Sum of RGB (Red+Green+Blue) = 33+91+216=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 216 (84.77% from 255 or 63.53% from 340); Max value from RGB is 216 - color contains mainly: blue. Hex color #215BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BD8 is #DEA427. Grayscale: #575757. Windows color (decimal): -14591016 or 14179105. OLE color: 14179105.

HSL color Cylindrical-coordinate representation of color #215BD8: hue angle of 220.98º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215BD8 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 91 216 -
CMYK 0.85 0.58 0 0.15
HSL 220.98º 0.73% 0.49% -
HSV(B) 220.98º 0.85% 0.85% -
XYZ 16.76 12.76 66.55 -
YUV 87.91 200.28 88.84 -
System Red Green Blue C M Y K H S L
Decimal 33 91 216 0.85 0.58 0 0.15 220.98 0.73 0.49
Hex 21 5B D8 55 3A 0 F DD 49 31
Octal 41 133 330 125 72 0 17 335 111 61
Binary 100001 1011011 11011000 1010101 111010 0 1111 11011101 1001001 110001

Color Harmonies of #215BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BD8

Black with #215BD8

Text Example


Text Example

White with #215BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,91,216); }

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

background-color css

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

 a { background-color: rgb(33,91,216); }

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

border-color css

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

 span { border-color: rgb(33,91,216); }

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