Html Css Color HEX #215BD0 Cerulean Blue

📋 copy color: '#215BD0'

red 33 ◦ green 91 ◦ blue 208

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

Shades of Cerulean Blue #215BD0

Tints of Cerulean Blue #215BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.65%

R = 9.94%
G = 27.41%
B = 62.65%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#215BD0 (or 0x215BD0) is known color: Cerulean Blue. HEX triplet: 21, 5B and D0. RGB value is (33,91,208). Sum of RGB (Red+Green+Blue) = 33+91+208=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 208 (81.64% from 255 or 62.65% from 332); Max value from RGB is 208 - color contains mainly: blue. Hex color #215BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BD0 is #DEA42F. Grayscale: #565656. Windows color (decimal): -14591024 or 13654817. OLE color: 13654817.

HSL color Cylindrical-coordinate representation of color #215BD0: hue angle of 220.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215BD0 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 91 208 -
CMYK 0.84 0.56 0 0.18
HSL 220.11º 0.73% 0.47% -
HSV(B) 220.11º 0.84% 0.82% -
XYZ 15.75 12.36 61.23 -
YUV 87 196.28 89.49 -
System Red Green Blue C M Y K H S L
Decimal 33 91 208 0.84 0.56 0 0.18 220.11 0.73 0.47
Hex 21 5B D0 54 38 0 12 DC 49 2F
Octal 41 133 320 124 70 0 22 334 111 57
Binary 100001 1011011 11010000 1010100 111000 0 10010 11011100 1001001 101111

Color Harmonies of #215BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BD0

Black with #215BD0

Text Example


Text Example

White with #215BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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