Shades of Denim #207CCE
Tints of Denim #207CCE
RGB
CMYK
RGB Variations
Color information
#207CCE (or 0x207CCE) is known color: Denim. HEX triplet: 20, 7C and CE. RGB value is (32,124,206). Sum of RGB (Red+Green+Blue) = 32+124+206=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #207CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CCE is #DF8331. Grayscale: #696969. Windows color (decimal): -14648114 or 13532192. OLE color: 13532192.
HSL color Cylindrical-coordinate representation of color #207CCE: hue angle of 208.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207CCE is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 124 | 206 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.19 |
| HSL | 208.28º | 0.73% | 0.47% | - |
| HSV(B) | 208.28º | 0.84% | 0.81% | - |
| XYZ | 18.94 | 19.18 | 61.1 | - |
| YUV | 105.84 | 184.52 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 206 | 0.84 | 0.40 | 0 | 0.19 | 208.28 | 0.73 | 0.47 |
| Hex | 20 | 7C | CE | 54 | 28 | 0 | 13 | D0 | 49 | 2F |
| Octal | 40 | 174 | 316 | 124 | 50 | 0 | 23 | 320 | 111 | 57 |
| Binary | 100000 | 1111100 | 11001110 | 1010100 | 101000 | 0 | 10011 | 11010000 | 1001001 | 101111 |
Color Harmonies of #207CCE
Complementary color
Monochromatic Colors of #207CCE
Black with #207CCE
Text Example
Text Example
White with #207CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CCE; }
p { color: rgb(32,124,206); }
H1.HeaderClassName
{
color: #207CCE;
}
.AnyTagClassName
{
color: #207CCE;
}
</style>
background-color css
<style>
a { background-color: #207CCE; }
a { background-color: rgb(32,124,206); }
div.DivClassName
{
background-color: #207CCE;
}
.BgClassName
{
background-color: #207CCE;
}
</style>
border-color css
<style>
span { border-color: #207CCE; }
span { border-color: rgb(32,124,206); }
td.TdClassName
{
border-color: #207CCE;
}
.TagClassName
{
border-color: #207CCE;
}
</style>