Shades of Curious Blue #207FC5
Tints of Curious Blue #207FC5
RGB
CMYK
RGB Variations
Color information
#207FC5 (or 0x207FC5) is known color: Curious Blue. HEX triplet: 20, 7F and C5. RGB value is (32,127,197). Sum of RGB (Red+Green+Blue) = 32+127+197=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #207FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FC5 is #DF803A. Grayscale: #6A6A6A. Windows color (decimal): -14647355 or 12943136. OLE color: 12943136.
HSL color Cylindrical-coordinate representation of color #207FC5: hue angle of 205.45º 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 #207FC5 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 127 | 197 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.23 |
| HSL | 205.45º | 0.72% | 0.45% | - |
| HSV(B) | 205.45º | 0.84% | 0.77% | - |
| XYZ | 18.26 | 19.52 | 55.63 | - |
| YUV | 106.58 | 179.03 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 197 | 0.84 | 0.36 | 0 | 0.23 | 205.45 | 0.72 | 0.45 |
| Hex | 20 | 7F | C5 | 54 | 24 | 0 | 17 | CD | 48 | 2D |
| Octal | 40 | 177 | 305 | 124 | 44 | 0 | 27 | 315 | 110 | 55 |
| Binary | 100000 | 1111111 | 11000101 | 1010100 | 100100 | 0 | 10111 | 11001101 | 1001000 | 101101 |
Color Harmonies of #207FC5
Complementary color
Monochromatic Colors of #207FC5
Black with #207FC5
Text Example
Text Example
White with #207FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FC5; }
p { color: rgb(32,127,197); }
H1.HeaderClassName
{
color: #207FC5;
}
.AnyTagClassName
{
color: #207FC5;
}
</style>
background-color css
<style>
a { background-color: #207FC5; }
a { background-color: rgb(32,127,197); }
div.DivClassName
{
background-color: #207FC5;
}
.BgClassName
{
background-color: #207FC5;
}
</style>
border-color css
<style>
span { border-color: #207FC5; }
span { border-color: rgb(32,127,197); }
td.TdClassName
{
border-color: #207FC5;
}
.TagClassName
{
border-color: #207FC5;
}
</style>