Shades of Curious Blue #207EC5
Tints of Curious Blue #207EC5
RGB
CMYK
RGB Variations
Color information
#207EC5 (or 0x207EC5) is known color: Curious Blue. HEX triplet: 20, 7E and C5. RGB value is (32,126,197). Sum of RGB (Red+Green+Blue) = 32+126+197=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #207EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207EC5 is #DF813A. Grayscale: #696969. Windows color (decimal): -14647611 or 12942880. OLE color: 12942880.
HSL color Cylindrical-coordinate representation of color #207EC5: hue angle of 205.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207EC5 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 126 | 197 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.23 |
| HSL | 205.82º | 0.72% | 0.45% | - |
| HSV(B) | 205.82º | 0.84% | 0.77% | - |
| XYZ | 18.13 | 19.26 | 55.59 | - |
| YUV | 105.99 | 179.36 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 197 | 0.84 | 0.36 | 0 | 0.23 | 205.82 | 0.72 | 0.45 |
| Hex | 20 | 7E | C5 | 54 | 24 | 0 | 17 | CE | 48 | 2D |
| Octal | 40 | 176 | 305 | 124 | 44 | 0 | 27 | 316 | 110 | 55 |
| Binary | 100000 | 1111110 | 11000101 | 1010100 | 100100 | 0 | 10111 | 11001110 | 1001000 | 101101 |
Color Harmonies of #207EC5
Complementary color
Monochromatic Colors of #207EC5
Black with #207EC5
Text Example
Text Example
White with #207EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207EC5; }
p { color: rgb(32,126,197); }
H1.HeaderClassName
{
color: #207EC5;
}
.AnyTagClassName
{
color: #207EC5;
}
</style>
background-color css
<style>
a { background-color: #207EC5; }
a { background-color: rgb(32,126,197); }
div.DivClassName
{
background-color: #207EC5;
}
.BgClassName
{
background-color: #207EC5;
}
</style>
border-color css
<style>
span { border-color: #207EC5; }
span { border-color: rgb(32,126,197); }
td.TdClassName
{
border-color: #207EC5;
}
.TagClassName
{
border-color: #207EC5;
}
</style>