Shades of Curious Blue #207EBC
Tints of Curious Blue #207EBC
RGB
CMYK
RGB Variations
Color information
#207EBC (or 0x207EBC) is known color: Curious Blue. HEX triplet: 20, 7E and BC. RGB value is (32,126,188). Sum of RGB (Red+Green+Blue) = 32+126+188=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #207EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207EBC is #DF8143. Grayscale: #686868. Windows color (decimal): -14647620 or 12353056. OLE color: 12353056.
HSL color Cylindrical-coordinate representation of color #207EBC: hue angle of 203.85º 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 #207EBC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 126 | 188 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.26 |
| HSL | 203.85º | 0.71% | 0.43% | - |
| HSV(B) | 203.85º | 0.83% | 0.74% | - |
| XYZ | 17.13 | 18.86 | 50.31 | - |
| YUV | 104.96 | 174.86 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 188 | 0.83 | 0.33 | 0 | 0.26 | 203.85 | 0.71 | 0.43 |
| Hex | 20 | 7E | BC | 53 | 21 | 0 | 1A | CC | 47 | 2B |
| Octal | 40 | 176 | 274 | 123 | 41 | 0 | 32 | 314 | 107 | 53 |
| Binary | 100000 | 1111110 | 10111100 | 1010011 | 100001 | 0 | 11010 | 11001100 | 1000111 | 101011 |
Color Harmonies of #207EBC
Complementary color
Monochromatic Colors of #207EBC
Black with #207EBC
Text Example
Text Example
White with #207EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207EBC; }
p { color: rgb(32,126,188); }
H1.HeaderClassName
{
color: #207EBC;
}
.AnyTagClassName
{
color: #207EBC;
}
</style>
background-color css
<style>
a { background-color: #207EBC; }
a { background-color: rgb(32,126,188); }
div.DivClassName
{
background-color: #207EBC;
}
.BgClassName
{
background-color: #207EBC;
}
</style>
border-color css
<style>
span { border-color: #207EBC; }
span { border-color: rgb(32,126,188); }
td.TdClassName
{
border-color: #207EBC;
}
.TagClassName
{
border-color: #207EBC;
}
</style>