Shades of Curious Blue #207CC0
Tints of Curious Blue #207CC0
RGB
CMYK
RGB Variations
Color information
#207CC0 (or 0x207CC0) is known color: Curious Blue. HEX triplet: 20, 7C and C0. RGB value is (32,124,192). Sum of RGB (Red+Green+Blue) = 32+124+192=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #207CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CC0 is #DF833F. Grayscale: #676767. Windows color (decimal): -14648128 or 12614688. OLE color: 12614688.
HSL color Cylindrical-coordinate representation of color #207CC0: hue angle of 205.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207CC0 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 124 | 192 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.25 |
| HSL | 205.5º | 0.71% | 0.44% | - |
| HSV(B) | 205.5º | 0.83% | 0.75% | - |
| XYZ | 17.32 | 18.53 | 52.53 | - |
| YUV | 104.24 | 177.52 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 192 | 0.83 | 0.35 | 0 | 0.25 | 205.5 | 0.71 | 0.44 |
| Hex | 20 | 7C | C0 | 53 | 23 | 0 | 19 | CE | 47 | 2C |
| Octal | 40 | 174 | 300 | 123 | 43 | 0 | 31 | 316 | 107 | 54 |
| Binary | 100000 | 1111100 | 11000000 | 1010011 | 100011 | 0 | 11001 | 11001110 | 1000111 | 101100 |
Color Harmonies of #207CC0
Complementary color
Monochromatic Colors of #207CC0
Black with #207CC0
Text Example
Text Example
White with #207CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207CC0; }
p { color: rgb(32,124,192); }
H1.HeaderClassName
{
color: #207CC0;
}
.AnyTagClassName
{
color: #207CC0;
}
</style>
background-color css
<style>
a { background-color: #207CC0; }
a { background-color: rgb(32,124,192); }
div.DivClassName
{
background-color: #207CC0;
}
.BgClassName
{
background-color: #207CC0;
}
</style>
border-color css
<style>
span { border-color: #207CC0; }
span { border-color: rgb(32,124,192); }
td.TdClassName
{
border-color: #207CC0;
}
.TagClassName
{
border-color: #207CC0;
}
</style>