Shades of Denim #207AD0
Tints of Denim #207AD0
RGB
CMYK
RGB Variations
Color information
#207AD0 (or 0x207AD0) is known color: Denim. HEX triplet: 20, 7A and D0. RGB value is (32,122,208). Sum of RGB (Red+Green+Blue) = 32+122+208=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #207AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207AD0 is #DF852F. Grayscale: #686868. Windows color (decimal): -14648624 or 13662752. OLE color: 13662752.
HSL color Cylindrical-coordinate representation of color #207AD0: hue angle of 209.32º degrees, saturation: 0.73, 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 #207AD0 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 122 | 208 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.18 |
| HSL | 209.32º | 0.73% | 0.47% | - |
| HSV(B) | 209.32º | 0.85% | 0.82% | - |
| XYZ | 18.94 | 18.78 | 62.3 | - |
| YUV | 104.89 | 186.18 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 208 | 0.85 | 0.41 | 0 | 0.18 | 209.32 | 0.73 | 0.47 |
| Hex | 20 | 7A | D0 | 55 | 29 | 0 | 12 | D1 | 49 | 2F |
| Octal | 40 | 172 | 320 | 125 | 51 | 0 | 22 | 321 | 111 | 57 |
| Binary | 100000 | 1111010 | 11010000 | 1010101 | 101001 | 0 | 10010 | 11010001 | 1001001 | 101111 |
Color Harmonies of #207AD0
Complementary color
Monochromatic Colors of #207AD0
Black with #207AD0
Text Example
Text Example
White with #207AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AD0; }
p { color: rgb(32,122,208); }
H1.HeaderClassName
{
color: #207AD0;
}
.AnyTagClassName
{
color: #207AD0;
}
</style>
background-color css
<style>
a { background-color: #207AD0; }
a { background-color: rgb(32,122,208); }
div.DivClassName
{
background-color: #207AD0;
}
.BgClassName
{
background-color: #207AD0;
}
</style>
border-color css
<style>
span { border-color: #207AD0; }
span { border-color: rgb(32,122,208); }
td.TdClassName
{
border-color: #207AD0;
}
.TagClassName
{
border-color: #207AD0;
}
</style>