Shades of Denim #207CCB
Tints of Denim #207CCB
RGB
CMYK
RGB Variations
Color information
#207CCB (or 0x207CCB) is known color: Denim. HEX triplet: 20, 7C and CB. RGB value is (32,124,203). Sum of RGB (Red+Green+Blue) = 32+124+203=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #207CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CCB is #DF8334. Grayscale: #696969. Windows color (decimal): -14648117 or 13335584. OLE color: 13335584.
HSL color Cylindrical-coordinate representation of color #207CCB: hue angle of 207.72º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207CCB is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 124 | 203 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.20 |
| HSL | 207.72º | 0.73% | 0.46% | - |
| HSV(B) | 207.72º | 0.84% | 0.8% | - |
| XYZ | 18.58 | 19.03 | 59.19 | - |
| YUV | 105.5 | 183.02 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 203 | 0.84 | 0.39 | 0 | 0.20 | 207.72 | 0.73 | 0.46 |
| Hex | 20 | 7C | CB | 54 | 27 | 0 | 14 | D0 | 49 | 2E |
| Octal | 40 | 174 | 313 | 124 | 47 | 0 | 24 | 320 | 111 | 56 |
| Binary | 100000 | 1111100 | 11001011 | 1010100 | 100111 | 0 | 10100 | 11010000 | 1001001 | 101110 |
Color Harmonies of #207CCB
Complementary color
Monochromatic Colors of #207CCB
Black with #207CCB
Text Example
Text Example
White with #207CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CCB; }
p { color: rgb(32,124,203); }
H1.HeaderClassName
{
color: #207CCB;
}
.AnyTagClassName
{
color: #207CCB;
}
</style>
background-color css
<style>
a { background-color: #207CCB; }
a { background-color: rgb(32,124,203); }
div.DivClassName
{
background-color: #207CCB;
}
.BgClassName
{
background-color: #207CCB;
}
</style>
border-color css
<style>
span { border-color: #207CCB; }
span { border-color: rgb(32,124,203); }
td.TdClassName
{
border-color: #207CCB;
}
.TagClassName
{
border-color: #207CCB;
}
</style>