Shades of Denim #205FD2
Tints of Denim #205FD2
RGB
CMYK
RGB Variations
Color information
#205FD2 (or 0x205FD2) is known color: Denim. HEX triplet: 20, 5F and D2. RGB value is (32,95,210). Sum of RGB (Red+Green+Blue) = 32+95+210=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 210 (82.42% from 255 or 62.31% from 337); Max value from RGB is 210 - color contains mainly: blue. Hex color #205FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205FD2 is #DFA02D. Grayscale: #585858. Windows color (decimal): -14655534 or 13786912. OLE color: 13786912.
HSL color Cylindrical-coordinate representation of color #205FD2: hue angle of 218.76º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205FD2 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 95 | 210 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.18 |
| HSL | 218.76º | 0.74% | 0.47% | - |
| HSV(B) | 218.76º | 0.85% | 0.82% | - |
| XYZ | 16.32 | 13.14 | 62.65 | - |
| YUV | 89.27 | 196.13 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 210 | 0.85 | 0.55 | 0 | 0.18 | 218.76 | 0.74 | 0.47 |
| Hex | 20 | 5F | D2 | 55 | 37 | 0 | 12 | DB | 4A | 2F |
| Octal | 40 | 137 | 322 | 125 | 67 | 0 | 22 | 333 | 112 | 57 |
| Binary | 100000 | 1011111 | 11010010 | 1010101 | 110111 | 0 | 10010 | 11011011 | 1001010 | 101111 |
Color Harmonies of #205FD2
Complementary color
Monochromatic Colors of #205FD2
Black with #205FD2
Text Example
Text Example
White with #205FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FD2; }
p { color: rgb(32,95,210); }
H1.HeaderClassName
{
color: #205FD2;
}
.AnyTagClassName
{
color: #205FD2;
}
</style>
background-color css
<style>
a { background-color: #205FD2; }
a { background-color: rgb(32,95,210); }
div.DivClassName
{
background-color: #205FD2;
}
.BgClassName
{
background-color: #205FD2;
}
</style>
border-color css
<style>
span { border-color: #205FD2; }
span { border-color: rgb(32,95,210); }
td.TdClassName
{
border-color: #205FD2;
}
.TagClassName
{
border-color: #205FD2;
}
</style>