Shades of Denim #207AD3
Tints of Denim #207AD3
RGB
CMYK
RGB Variations
Color information
#207AD3 (or 0x207AD3) is known color: Denim. HEX triplet: 20, 7A and D3. RGB value is (32,122,211). Sum of RGB (Red+Green+Blue) = 32+122+211=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 211 (82.81% from 255 or 57.81% from 365); Max value from RGB is 211 - color contains mainly: blue. Hex color #207AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207AD3 is #DF852C. Grayscale: #686868. Windows color (decimal): -14648621 or 13859360. OLE color: 13859360.
HSL color Cylindrical-coordinate representation of color #207AD3: hue angle of 209.83º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207AD3 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 122 | 211 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.17 |
| HSL | 209.83º | 0.74% | 0.48% | - |
| HSV(B) | 209.83º | 0.85% | 0.83% | - |
| XYZ | 19.31 | 18.93 | 64.26 | - |
| YUV | 105.24 | 187.68 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 211 | 0.85 | 0.42 | 0 | 0.17 | 209.83 | 0.74 | 0.48 |
| Hex | 20 | 7A | D3 | 55 | 2A | 0 | 11 | D2 | 4A | 30 |
| Octal | 40 | 172 | 323 | 125 | 52 | 0 | 21 | 322 | 112 | 60 |
| Binary | 100000 | 1111010 | 11010011 | 1010101 | 101010 | 0 | 10001 | 11010010 | 1001010 | 110000 |
Color Harmonies of #207AD3
Complementary color
Monochromatic Colors of #207AD3
Black with #207AD3
Text Example
Text Example
White with #207AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207AD3; }
p { color: rgb(32,122,211); }
H1.HeaderClassName
{
color: #207AD3;
}
.AnyTagClassName
{
color: #207AD3;
}
</style>
background-color css
<style>
a { background-color: #207AD3; }
a { background-color: rgb(32,122,211); }
div.DivClassName
{
background-color: #207AD3;
}
.BgClassName
{
background-color: #207AD3;
}
</style>
border-color css
<style>
span { border-color: #207AD3; }
span { border-color: rgb(32,122,211); }
td.TdClassName
{
border-color: #207AD3;
}
.TagClassName
{
border-color: #207AD3;
}
</style>