Shades of Curious Blue #207FBC
Tints of Curious Blue #207FBC
RGB
CMYK
RGB Variations
Color information
#207FBC (or 0x207FBC) is known color: Curious Blue. HEX triplet: 20, 7F and BC. RGB value is (32,127,188). Sum of RGB (Red+Green+Blue) = 32+127+188=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #207FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FBC is #DF8043. Grayscale: #696969. Windows color (decimal): -14647364 or 12353312. OLE color: 12353312.
HSL color Cylindrical-coordinate representation of color #207FBC: hue angle of 203.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #207FBC is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 127 | 188 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.26 |
| HSL | 203.46º | 0.71% | 0.43% | - |
| HSV(B) | 203.46º | 0.83% | 0.74% | - |
| XYZ | 17.26 | 19.12 | 50.36 | - |
| YUV | 105.55 | 174.53 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 188 | 0.83 | 0.32 | 0 | 0.26 | 203.46 | 0.71 | 0.43 |
| Hex | 20 | 7F | BC | 53 | 20 | 0 | 1A | CB | 47 | 2B |
| Octal | 40 | 177 | 274 | 123 | 40 | 0 | 32 | 313 | 107 | 53 |
| Binary | 100000 | 1111111 | 10111100 | 1010011 | 100000 | 0 | 11010 | 11001011 | 1000111 | 101011 |
Color Harmonies of #207FBC
Complementary color
Monochromatic Colors of #207FBC
Black with #207FBC
Text Example
Text Example
White with #207FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207FBC; }
p { color: rgb(32,127,188); }
H1.HeaderClassName
{
color: #207FBC;
}
.AnyTagClassName
{
color: #207FBC;
}
</style>
background-color css
<style>
a { background-color: #207FBC; }
a { background-color: rgb(32,127,188); }
div.DivClassName
{
background-color: #207FBC;
}
.BgClassName
{
background-color: #207FBC;
}
</style>
border-color css
<style>
span { border-color: #207FBC; }
span { border-color: rgb(32,127,188); }
td.TdClassName
{
border-color: #207FBC;
}
.TagClassName
{
border-color: #207FBC;
}
</style>