Html Css Color HEX #215BDE Cerulean Blue

📋 copy color: '#215BDE'

red 33 ◦ green 91 ◦ blue 222

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

Shades of Cerulean Blue #215BDE

Tints of Cerulean Blue #215BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.16%

R = 9.54%
G = 26.3%
B = 64.16%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#215BDE (or 0x215BDE) is known color: Cerulean Blue. HEX triplet: 21, 5B and DE. RGB value is (33,91,222). Sum of RGB (Red+Green+Blue) = 33+91+222=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #215BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BDE is #DEA421. Grayscale: #585858. Windows color (decimal): -14591010 or 14572321. OLE color: 14572321.

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

Color convert

RGB 33 91 222 -
CMYK 0.85 0.59 0 0.13
HSL 221.59º 0.74% 0.5% -
HSV(B) 221.59º 0.85% 0.87% -
XYZ 17.55 13.08 70.71 -
YUV 88.59 203.28 88.35 -
System Red Green Blue C M Y K H S L
Decimal 33 91 222 0.85 0.59 0 0.13 221.59 0.74 0.5
Hex 21 5B DE 55 3B 0 D DE 4A 32
Octal 41 133 336 125 73 0 15 336 112 62
Binary 100001 1011011 11011110 1010101 111011 0 1101 11011110 1001010 110010

Color Harmonies of #215BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BDE

Black with #215BDE

Text Example


Text Example

White with #215BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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