Html Css Color HEX #215BDB Cerulean Blue

📋 copy color: '#215BDB'

red 33 ◦ green 91 ◦ blue 219

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

Shades of Cerulean Blue #215BDB

Tints of Cerulean Blue #215BDB

RGB

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

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

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

R = 9.62%
G = 26.53%
B = 63.85%

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

#215BDB (or 0x215BDB) is known color: Cerulean Blue. HEX triplet: 21, 5B and DB. RGB value is (33,91,219). Sum of RGB (Red+Green+Blue) = 33+91+219=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #215BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BDB is #DEA424. Grayscale: #575757. Windows color (decimal): -14591013 or 14375713. OLE color: 14375713.

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

Color convert

RGB 33 91 219 -
CMYK 0.85 0.58 0 0.14
HSL 221.29º 0.74% 0.49% -
HSV(B) 221.29º 0.85% 0.86% -
XYZ 17.15 12.92 68.61 -
YUV 88.25 201.78 88.59 -
System Red Green Blue C M Y K H S L
Decimal 33 91 219 0.85 0.58 0 0.14 221.29 0.74 0.49
Hex 21 5B DB 55 3A 0 E DD 4A 31
Octal 41 133 333 125 72 0 16 335 112 61
Binary 100001 1011011 11011011 1010101 111010 0 1110 11011101 1001010 110001

Color Harmonies of #215BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BDB

Black with #215BDB

Text Example


Text Example

White with #215BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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