Shades of Curious Blue #207EC9
Tints of Curious Blue #207EC9
RGB
CMYK
RGB Variations
Color information
#207EC9 (or 0x207EC9) is known color: Curious Blue. HEX triplet: 20, 7E and C9. RGB value is (32,126,201). Sum of RGB (Red+Green+Blue) = 32+126+201=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #207EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207EC9 is #DF8136. Grayscale: #6A6A6A. Windows color (decimal): -14647607 or 13205024. OLE color: 13205024.
HSL color Cylindrical-coordinate representation of color #207EC9: hue angle of 206.63º 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 #207EC9 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 126 | 201 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.21 |
| HSL | 206.63º | 0.73% | 0.46% | - |
| HSV(B) | 206.63º | 0.84% | 0.79% | - |
| XYZ | 18.6 | 19.45 | 58.03 | - |
| YUV | 106.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 201 | 0.84 | 0.37 | 0 | 0.21 | 206.63 | 0.73 | 0.46 |
| Hex | 20 | 7E | C9 | 54 | 25 | 0 | 15 | CF | 49 | 2E |
| Octal | 40 | 176 | 311 | 124 | 45 | 0 | 25 | 317 | 111 | 56 |
| Binary | 100000 | 1111110 | 11001001 | 1010100 | 100101 | 0 | 10101 | 11001111 | 1001001 | 101110 |
Color Harmonies of #207EC9
Complementary color
Monochromatic Colors of #207EC9
Black with #207EC9
Text Example
Text Example
White with #207EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207EC9; }
p { color: rgb(32,126,201); }
H1.HeaderClassName
{
color: #207EC9;
}
.AnyTagClassName
{
color: #207EC9;
}
</style>
background-color css
<style>
a { background-color: #207EC9; }
a { background-color: rgb(32,126,201); }
div.DivClassName
{
background-color: #207EC9;
}
.BgClassName
{
background-color: #207EC9;
}
</style>
border-color css
<style>
span { border-color: #207EC9; }
span { border-color: rgb(32,126,201); }
td.TdClassName
{
border-color: #207EC9;
}
.TagClassName
{
border-color: #207EC9;
}
</style>