#215FB8

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

Shades of Denim #215FB8

Tints of Denim #215FB8

Color information

#215FB8 (or 0x215FB8) is unknown color: approx Denim. HEX triplet: 21, 5F and B8. RGB value is (33,95,184). Sum of RGB (Red+Green+Blue) = 33+95+184=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #215FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FB8 is #DEA047. Grayscale: #565656. Windows color (decimal): -14590024 or 12082977. OLE color: 12082977.

HSL color Cylindrical-coordinate representation of color #215FB8: hue angle of 215.36º 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 #215FB8 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3395184-
CMYK0.820.4800.28
HSL215.36º69.59%42.55%-
HSV(B)215.36º82.07%72.16%-
XYZ13.3711.9746.95-
YUV86.61182.9689.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.58%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 184 (72.27% from 255) = 58.97%
R=10.58%
G=30.45%
B=58.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33951840.820.4800.28215.3669.5942.55
Hex215FB8523001Cd7462b
Octal411372701226003432710653
Binary1000011011111101110001010010110000011100110101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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