Shades of Denim #205EB8
Tints of Denim #205EB8
RGB
CMYK
RGB Variations
Color information
#205EB8 (or 0x205EB8) is known color: Denim. HEX triplet: 20, 5E and B8. RGB value is (32,94,184). Sum of RGB (Red+Green+Blue) = 32+94+184=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #205EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205EB8 is #DFA147. Grayscale: #555555. Windows color (decimal): -14655816 or 12082720. OLE color: 12082720.
HSL color Cylindrical-coordinate representation of color #205EB8: hue angle of 215.53º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205EB8 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 94 | 184 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.28 |
| HSL | 215.53º | 0.7% | 0.42% | - |
| HSV(B) | 215.53º | 0.83% | 0.72% | - |
| XYZ | 13.25 | 11.77 | 46.92 | - |
| YUV | 85.72 | 183.46 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 184 | 0.83 | 0.49 | 0 | 0.28 | 215.53 | 0.7 | 0.42 |
| Hex | 20 | 5E | B8 | 53 | 31 | 0 | 1C | D8 | 46 | 2A |
| Octal | 40 | 136 | 270 | 123 | 61 | 0 | 34 | 330 | 106 | 52 |
| Binary | 100000 | 1011110 | 10111000 | 1010011 | 110001 | 0 | 11100 | 11011000 | 1000110 | 101010 |
Color Harmonies of #205EB8
Complementary color
Monochromatic Colors of #205EB8
Black with #205EB8
Text Example
Text Example
White with #205EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205EB8; }
p { color: rgb(32,94,184); }
H1.HeaderClassName
{
color: #205EB8;
}
.AnyTagClassName
{
color: #205EB8;
}
</style>
background-color css
<style>
a { background-color: #205EB8; }
a { background-color: rgb(32,94,184); }
div.DivClassName
{
background-color: #205EB8;
}
.BgClassName
{
background-color: #205EB8;
}
</style>
border-color css
<style>
span { border-color: #205EB8; }
span { border-color: rgb(32,94,184); }
td.TdClassName
{
border-color: #205EB8;
}
.TagClassName
{
border-color: #205EB8;
}
</style>