Html Css Color HEX #215BD3 Cerulean Blue

📋 copy color: '#215BD3'

red 33 ◦ green 91 ◦ blue 211

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

Shades of Cerulean Blue #215BD3

Tints of Cerulean Blue #215BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 62.99%

R = 9.85%
G = 27.16%
B = 62.99%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#215BD3 (or 0x215BD3) is known color: Cerulean Blue. HEX triplet: 21, 5B and D3. RGB value is (33,91,211). Sum of RGB (Red+Green+Blue) = 33+91+211=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 211 (82.81% from 255 or 62.99% from 335); Max value from RGB is 211 - color contains mainly: blue. Hex color #215BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BD3 is #DEA42C. Grayscale: #565656. Windows color (decimal): -14591021 or 13851425. OLE color: 13851425.

HSL color Cylindrical-coordinate representation of color #215BD3: hue angle of 220.45º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215BD3 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 33 91 211 -
CMYK 0.84 0.57 0 0.17
HSL 220.45º 0.73% 0.48% -
HSV(B) 220.45º 0.84% 0.83% -
XYZ 16.13 12.51 63.19 -
YUV 87.34 197.78 89.24 -
System Red Green Blue C M Y K H S L
Decimal 33 91 211 0.84 0.57 0 0.17 220.45 0.73 0.48
Hex 21 5B D3 54 39 0 11 DC 49 30
Octal 41 133 323 124 71 0 21 334 111 60
Binary 100001 1011011 11010011 1010100 111001 0 10001 11011100 1001001 110000

Color Harmonies of #215BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BD3

Black with #215BD3

Text Example


Text Example

White with #215BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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