Shades of Denim #205FCB
Tints of Denim #205FCB
RGB
CMYK
RGB Variations
Color information
#205FCB (or 0x205FCB) is known color: Denim. HEX triplet: 20, 5F and CB. RGB value is (32,95,203). Sum of RGB (Red+Green+Blue) = 32+95+203=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #205FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205FCB is #DFA034. Grayscale: #575757. Windows color (decimal): -14655541 or 13328160. OLE color: 13328160.
HSL color Cylindrical-coordinate representation of color #205FCB: hue angle of 217.89º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205FCB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 95 | 203 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.20 |
| HSL | 217.89º | 0.73% | 0.46% | - |
| HSV(B) | 217.89º | 0.84% | 0.8% | - |
| XYZ | 15.47 | 12.8 | 58.16 | - |
| YUV | 88.48 | 192.63 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 203 | 0.84 | 0.53 | 0 | 0.20 | 217.89 | 0.73 | 0.46 |
| Hex | 20 | 5F | CB | 54 | 35 | 0 | 14 | DA | 49 | 2E |
| Octal | 40 | 137 | 313 | 124 | 65 | 0 | 24 | 332 | 111 | 56 |
| Binary | 100000 | 1011111 | 11001011 | 1010100 | 110101 | 0 | 10100 | 11011010 | 1001001 | 101110 |
Color Harmonies of #205FCB
Complementary color
Monochromatic Colors of #205FCB
Black with #205FCB
Text Example
Text Example
White with #205FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FCB; }
p { color: rgb(32,95,203); }
H1.HeaderClassName
{
color: #205FCB;
}
.AnyTagClassName
{
color: #205FCB;
}
</style>
background-color css
<style>
a { background-color: #205FCB; }
a { background-color: rgb(32,95,203); }
div.DivClassName
{
background-color: #205FCB;
}
.BgClassName
{
background-color: #205FCB;
}
</style>
border-color css
<style>
span { border-color: #205FCB; }
span { border-color: rgb(32,95,203); }
td.TdClassName
{
border-color: #205FCB;
}
.TagClassName
{
border-color: #205FCB;
}
</style>