Shades of Denim #207BC3
Tints of Denim #207BC3
RGB
CMYK
RGB Variations
Color information
#207BC3 (or 0x207BC3) is known color: Denim. HEX triplet: 20, 7B and C3. RGB value is (32,123,195). Sum of RGB (Red+Green+Blue) = 32+123+195=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 195 (76.56% from 255 or 55.71% from 350); Max value from RGB is 195 - color contains mainly: blue. Hex color #207BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207BC3 is #DF843C. Grayscale: #676767. Windows color (decimal): -14648381 or 12811040. OLE color: 12811040.
HSL color Cylindrical-coordinate representation of color #207BC3: hue angle of 206.5º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207BC3 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 123 | 195 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.24 |
| HSL | 206.5º | 0.72% | 0.45% | - |
| HSV(B) | 206.5º | 0.84% | 0.76% | - |
| XYZ | 17.53 | 18.41 | 54.26 | - |
| YUV | 104 | 179.35 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 195 | 0.84 | 0.37 | 0 | 0.24 | 206.5 | 0.72 | 0.45 |
| Hex | 20 | 7B | C3 | 54 | 25 | 0 | 18 | CF | 48 | 2D |
| Octal | 40 | 173 | 303 | 124 | 45 | 0 | 30 | 317 | 110 | 55 |
| Binary | 100000 | 1111011 | 11000011 | 1010100 | 100101 | 0 | 11000 | 11001111 | 1001000 | 101101 |
Color Harmonies of #207BC3
Complementary color
Monochromatic Colors of #207BC3
Black with #207BC3
Text Example
Text Example
White with #207BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207BC3; }
p { color: rgb(32,123,195); }
H1.HeaderClassName
{
color: #207BC3;
}
.AnyTagClassName
{
color: #207BC3;
}
</style>
background-color css
<style>
a { background-color: #207BC3; }
a { background-color: rgb(32,123,195); }
div.DivClassName
{
background-color: #207BC3;
}
.BgClassName
{
background-color: #207BC3;
}
</style>
border-color css
<style>
span { border-color: #207BC3; }
span { border-color: rgb(32,123,195); }
td.TdClassName
{
border-color: #207BC3;
}
.TagClassName
{
border-color: #207BC3;
}
</style>