Shades of Denim #207BCB
Tints of Denim #207BCB
RGB
CMYK
RGB Variations
Color information
#207BCB (or 0x207BCB) is known color: Denim. HEX triplet: 20, 7B and CB. RGB value is (32,123,203). Sum of RGB (Red+Green+Blue) = 32+123+203=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #207BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207BCB is #DF8434. Grayscale: #686868. Windows color (decimal): -14648373 or 13335328. OLE color: 13335328.
HSL color Cylindrical-coordinate representation of color #207BCB: hue angle of 208.07º 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 #207BCB is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 123 | 203 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.20 |
| HSL | 208.07º | 0.73% | 0.46% | - |
| HSV(B) | 208.07º | 0.84% | 0.8% | - |
| XYZ | 18.46 | 18.78 | 59.15 | - |
| YUV | 104.91 | 183.35 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 203 | 0.84 | 0.39 | 0 | 0.20 | 208.07 | 0.73 | 0.46 |
| Hex | 20 | 7B | CB | 54 | 27 | 0 | 14 | D0 | 49 | 2E |
| Octal | 40 | 173 | 313 | 124 | 47 | 0 | 24 | 320 | 111 | 56 |
| Binary | 100000 | 1111011 | 11001011 | 1010100 | 100111 | 0 | 10100 | 11010000 | 1001001 | 101110 |
Color Harmonies of #207BCB
Complementary color
Monochromatic Colors of #207BCB
Black with #207BCB
Text Example
Text Example
White with #207BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BCB; }
p { color: rgb(32,123,203); }
H1.HeaderClassName
{
color: #207BCB;
}
.AnyTagClassName
{
color: #207BCB;
}
</style>
background-color css
<style>
a { background-color: #207BCB; }
a { background-color: rgb(32,123,203); }
div.DivClassName
{
background-color: #207BCB;
}
.BgClassName
{
background-color: #207BCB;
}
</style>
border-color css
<style>
span { border-color: #207BCB; }
span { border-color: rgb(32,123,203); }
td.TdClassName
{
border-color: #207BCB;
}
.TagClassName
{
border-color: #207BCB;
}
</style>