Shades of Curious Blue #207FC6
Tints of Curious Blue #207FC6
RGB
CMYK
RGB Variations
Color information
#207FC6 (or 0x207FC6) is known color: Curious Blue. HEX triplet: 20, 7F and C6. RGB value is (32,127,198). Sum of RGB (Red+Green+Blue) = 32+127+198=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #207FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FC6 is #DF8039. Grayscale: #6A6A6A. Windows color (decimal): -14647354 or 13008672. OLE color: 13008672.
HSL color Cylindrical-coordinate representation of color #207FC6: hue angle of 205.66º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207FC6 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 127 | 198 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.22 |
| HSL | 205.66º | 0.72% | 0.45% | - |
| HSV(B) | 205.66º | 0.84% | 0.78% | - |
| XYZ | 18.38 | 19.56 | 56.23 | - |
| YUV | 106.69 | 179.53 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 198 | 0.84 | 0.36 | 0 | 0.22 | 205.66 | 0.72 | 0.45 |
| Hex | 20 | 7F | C6 | 54 | 24 | 0 | 16 | CE | 48 | 2D |
| Octal | 40 | 177 | 306 | 124 | 44 | 0 | 26 | 316 | 110 | 55 |
| Binary | 100000 | 1111111 | 11000110 | 1010100 | 100100 | 0 | 10110 | 11001110 | 1001000 | 101101 |
Color Harmonies of #207FC6
Complementary color
Monochromatic Colors of #207FC6
Black with #207FC6
Text Example
Text Example
White with #207FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FC6; }
p { color: rgb(32,127,198); }
H1.HeaderClassName
{
color: #207FC6;
}
.AnyTagClassName
{
color: #207FC6;
}
</style>
background-color css
<style>
a { background-color: #207FC6; }
a { background-color: rgb(32,127,198); }
div.DivClassName
{
background-color: #207FC6;
}
.BgClassName
{
background-color: #207FC6;
}
</style>
border-color css
<style>
span { border-color: #207FC6; }
span { border-color: rgb(32,127,198); }
td.TdClassName
{
border-color: #207FC6;
}
.TagClassName
{
border-color: #207FC6;
}
</style>