Shades of Denim #207BD6
Tints of Denim #207BD6
RGB
CMYK
RGB Variations
Color information
#207BD6 (or 0x207BD6) is known color: Denim. HEX triplet: 20, 7B and D6. RGB value is (32,123,214). Sum of RGB (Red+Green+Blue) = 32+123+214=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 214 (83.98% from 255 or 57.99% from 369); Max value from RGB is 214 - color contains mainly: blue. Hex color #207BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207BD6 is #DF8429. Grayscale: #696969. Windows color (decimal): -14648362 or 14056224. OLE color: 14056224.
HSL color Cylindrical-coordinate representation of color #207BD6: hue angle of 210º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207BD6 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 123 | 214 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.16 |
| HSL | 210º | 0.74% | 0.48% | - |
| HSV(B) | 210º | 0.85% | 0.84% | - |
| XYZ | 19.82 | 19.33 | 66.3 | - |
| YUV | 106.17 | 188.85 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 214 | 0.85 | 0.43 | 0 | 0.16 | 210 | 0.74 | 0.48 |
| Hex | 20 | 7B | D6 | 55 | 2B | 0 | 10 | D2 | 4A | 30 |
| Octal | 40 | 173 | 326 | 125 | 53 | 0 | 20 | 322 | 112 | 60 |
| Binary | 100000 | 1111011 | 11010110 | 1010101 | 101011 | 0 | 10000 | 11010010 | 1001010 | 110000 |
Color Harmonies of #207BD6
Complementary color
Monochromatic Colors of #207BD6
Black with #207BD6
Text Example
Text Example
White with #207BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BD6; }
p { color: rgb(32,123,214); }
H1.HeaderClassName
{
color: #207BD6;
}
.AnyTagClassName
{
color: #207BD6;
}
</style>
background-color css
<style>
a { background-color: #207BD6; }
a { background-color: rgb(32,123,214); }
div.DivClassName
{
background-color: #207BD6;
}
.BgClassName
{
background-color: #207BD6;
}
</style>
border-color css
<style>
span { border-color: #207BD6; }
span { border-color: rgb(32,123,214); }
td.TdClassName
{
border-color: #207BD6;
}
.TagClassName
{
border-color: #207BD6;
}
</style>