Shades of Denim #205BB8
Tints of Denim #205BB8
RGB
CMYK
RGB Variations
Color information
#205BB8 (or 0x205BB8) is known color: Denim. HEX triplet: 20, 5B and B8. RGB value is (32,91,184). Sum of RGB (Red+Green+Blue) = 32+91+184=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 184 (72.27% from 255 or 59.93% from 307); Max value from RGB is 184 - color contains mainly: blue. Hex color #205BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BB8 is #DFA447. Grayscale: #535353. Windows color (decimal): -14656584 or 12081952. OLE color: 12081952.
HSL color Cylindrical-coordinate representation of color #205BB8: hue angle of 216.71º 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 #205BB8 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 91 | 184 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.28 |
| HSL | 216.71º | 0.7% | 0.42% | - |
| HSV(B) | 216.71º | 0.83% | 0.72% | - |
| XYZ | 12.99 | 11.25 | 46.83 | - |
| YUV | 83.96 | 184.45 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 184 | 0.83 | 0.51 | 0 | 0.28 | 216.71 | 0.7 | 0.42 |
| Hex | 20 | 5B | B8 | 53 | 33 | 0 | 1C | D9 | 46 | 2A |
| Octal | 40 | 133 | 270 | 123 | 63 | 0 | 34 | 331 | 106 | 52 |
| Binary | 100000 | 1011011 | 10111000 | 1010011 | 110011 | 0 | 11100 | 11011001 | 1000110 | 101010 |
Color Harmonies of #205BB8
Complementary color
Monochromatic Colors of #205BB8
Black with #205BB8
Text Example
Text Example
White with #205BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BB8; }
p { color: rgb(32,91,184); }
H1.HeaderClassName
{
color: #205BB8;
}
.AnyTagClassName
{
color: #205BB8;
}
</style>
background-color css
<style>
a { background-color: #205BB8; }
a { background-color: rgb(32,91,184); }
div.DivClassName
{
background-color: #205BB8;
}
.BgClassName
{
background-color: #205BB8;
}
</style>
border-color css
<style>
span { border-color: #205BB8; }
span { border-color: rgb(32,91,184); }
td.TdClassName
{
border-color: #205BB8;
}
.TagClassName
{
border-color: #205BB8;
}
</style>