Shades of Curious Blue #207FC9
Tints of Curious Blue #207FC9
RGB
CMYK
RGB Variations
Color information
#207FC9 (or 0x207FC9) is known color: Curious Blue. HEX triplet: 20, 7F and C9. RGB value is (32,127,201). Sum of RGB (Red+Green+Blue) = 32+127+201=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #207FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FC9 is #DF8036. Grayscale: #6A6A6A. Windows color (decimal): -14647351 or 13205280. OLE color: 13205280.
HSL color Cylindrical-coordinate representation of color #207FC9: hue angle of 206.27º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207FC9 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 127 | 201 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.21 |
| HSL | 206.27º | 0.73% | 0.46% | - |
| HSV(B) | 206.27º | 0.84% | 0.79% | - |
| XYZ | 18.73 | 19.7 | 58.07 | - |
| YUV | 107.03 | 181.03 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 201 | 0.84 | 0.37 | 0 | 0.21 | 206.27 | 0.73 | 0.46 |
| Hex | 20 | 7F | C9 | 54 | 25 | 0 | 15 | CE | 49 | 2E |
| Octal | 40 | 177 | 311 | 124 | 45 | 0 | 25 | 316 | 111 | 56 |
| Binary | 100000 | 1111111 | 11001001 | 1010100 | 100101 | 0 | 10101 | 11001110 | 1001001 | 101110 |
Color Harmonies of #207FC9
Complementary color
Monochromatic Colors of #207FC9
Black with #207FC9
Text Example
Text Example
White with #207FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FC9; }
p { color: rgb(32,127,201); }
H1.HeaderClassName
{
color: #207FC9;
}
.AnyTagClassName
{
color: #207FC9;
}
</style>
background-color css
<style>
a { background-color: #207FC9; }
a { background-color: rgb(32,127,201); }
div.DivClassName
{
background-color: #207FC9;
}
.BgClassName
{
background-color: #207FC9;
}
</style>
border-color css
<style>
span { border-color: #207FC9; }
span { border-color: rgb(32,127,201); }
td.TdClassName
{
border-color: #207FC9;
}
.TagClassName
{
border-color: #207FC9;
}
</style>