Shades of Curious Blue #207FC1
Tints of Curious Blue #207FC1
RGB
CMYK
RGB Variations
Color information
#207FC1 (or 0x207FC1) is known color: Curious Blue. HEX triplet: 20, 7F and C1. RGB value is (32,127,193). Sum of RGB (Red+Green+Blue) = 32+127+193=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #207FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FC1 is #DF803E. Grayscale: #696969. Windows color (decimal): -14647359 or 12680992. OLE color: 12680992.
HSL color Cylindrical-coordinate representation of color #207FC1: hue angle of 204.6º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207FC1 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 127 | 193 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.24 |
| HSL | 204.6º | 0.72% | 0.44% | - |
| HSV(B) | 204.6º | 0.83% | 0.76% | - |
| XYZ | 17.81 | 19.34 | 53.25 | - |
| YUV | 106.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 193 | 0.83 | 0.34 | 0 | 0.24 | 204.6 | 0.72 | 0.44 |
| Hex | 20 | 7F | C1 | 53 | 22 | 0 | 18 | CD | 48 | 2C |
| Octal | 40 | 177 | 301 | 123 | 42 | 0 | 30 | 315 | 110 | 54 |
| Binary | 100000 | 1111111 | 11000001 | 1010011 | 100010 | 0 | 11000 | 11001101 | 1001000 | 101100 |
Color Harmonies of #207FC1
Complementary color
Monochromatic Colors of #207FC1
Black with #207FC1
Text Example
Text Example
White with #207FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FC1; }
p { color: rgb(32,127,193); }
H1.HeaderClassName
{
color: #207FC1;
}
.AnyTagClassName
{
color: #207FC1;
}
</style>
background-color css
<style>
a { background-color: #207FC1; }
a { background-color: rgb(32,127,193); }
div.DivClassName
{
background-color: #207FC1;
}
.BgClassName
{
background-color: #207FC1;
}
</style>
border-color css
<style>
span { border-color: #207FC1; }
span { border-color: rgb(32,127,193); }
td.TdClassName
{
border-color: #207FC1;
}
.TagClassName
{
border-color: #207FC1;
}
</style>