Shades of Denim #205BBF
Tints of Denim #205BBF
RGB
CMYK
RGB Variations
Color information
#205BBF (or 0x205BBF) is known color: Denim. HEX triplet: 20, 5B and BF. RGB value is (32,91,191). Sum of RGB (Red+Green+Blue) = 32+91+191=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #205BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BBF is #DFA440. Grayscale: #545454. Windows color (decimal): -14656577 or 12540704. OLE color: 12540704.
HSL color Cylindrical-coordinate representation of color #205BBF: hue angle of 217.74º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205BBF is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 91 | 191 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.25 |
| HSL | 217.74º | 0.71% | 0.44% | - |
| HSV(B) | 217.74º | 0.83% | 0.75% | - |
| XYZ | 13.74 | 11.55 | 50.8 | - |
| YUV | 84.76 | 187.95 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 191 | 0.83 | 0.52 | 0 | 0.25 | 217.74 | 0.71 | 0.44 |
| Hex | 20 | 5B | BF | 53 | 34 | 0 | 19 | DA | 47 | 2C |
| Octal | 40 | 133 | 277 | 123 | 64 | 0 | 31 | 332 | 107 | 54 |
| Binary | 100000 | 1011011 | 10111111 | 1010011 | 110100 | 0 | 11001 | 11011010 | 1000111 | 101100 |
Color Harmonies of #205BBF
Complementary color
Monochromatic Colors of #205BBF
Black with #205BBF
Text Example
Text Example
White with #205BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BBF; }
p { color: rgb(32,91,191); }
H1.HeaderClassName
{
color: #205BBF;
}
.AnyTagClassName
{
color: #205BBF;
}
</style>
background-color css
<style>
a { background-color: #205BBF; }
a { background-color: rgb(32,91,191); }
div.DivClassName
{
background-color: #205BBF;
}
.BgClassName
{
background-color: #205BBF;
}
</style>
border-color css
<style>
span { border-color: #205BBF; }
span { border-color: rgb(32,91,191); }
td.TdClassName
{
border-color: #205BBF;
}
.TagClassName
{
border-color: #205BBF;
}
</style>