#215EB8

Color #215EB8 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #215EB8

Tints of Denim #215EB8

Color information

#215EB8 (or 0x215EB8) is unknown color: approx Denim. HEX triplet: 21, 5E and B8. RGB value is (33,94,184). Sum of RGB (Red+Green+Blue) = 33+94+184=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #215EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EB8 is #DEA147. Grayscale: #555555. Windows color (decimal): -14590280 or 12082721. OLE color: 12082721.

HSL color Cylindrical-coordinate representation of color #215EB8: hue angle of 215.76º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215EB8 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3394184-
CMYK0.820.4900.28
HSL215.76º69.59%42.55%-
HSV(B)215.76º82.07%72.16%-
XYZ13.2811.7946.92-
YUV86.02183.2990.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 184 (72.27% from 255) = 59.16%
R=10.61%
G=30.23%
B=59.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33941840.820.4900.28215.7669.5942.55
Hex215EB8523101Cd8462b
Octal411362701226103433010653
Binary1000011011110101110001010010110001011100110110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,94,184); }

 H1.HeaderClassName
 {
   color: #215EB8;
 }
 .AnyTagClassName
 {
   color: #215EB8;
 }
</style>
background-color css

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

 a { background-color: rgb(33,94,184); }

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

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

 span { border-color: rgb(33,94,184); }

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