Shades of Curious Blue #207ECB
Tints of Curious Blue #207ECB
RGB
CMYK
RGB Variations
Color information
#207ECB (or 0x207ECB) is known color: Curious Blue. HEX triplet: 20, 7E and CB. RGB value is (32,126,203). Sum of RGB (Red+Green+Blue) = 32+126+203=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #207ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ECB is #DF8134. Grayscale: #6A6A6A. Windows color (decimal): -14647605 or 13336096. OLE color: 13336096.
HSL color Cylindrical-coordinate representation of color #207ECB: hue angle of 207.02º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #207ECB is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 126 | 203 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.20 |
| HSL | 207.02º | 0.73% | 0.46% | - |
| HSV(B) | 207.02º | 0.84% | 0.8% | - |
| XYZ | 18.84 | 19.54 | 59.28 | - |
| YUV | 106.67 | 182.36 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 203 | 0.84 | 0.38 | 0 | 0.20 | 207.02 | 0.73 | 0.46 |
| Hex | 20 | 7E | CB | 54 | 26 | 0 | 14 | CF | 49 | 2E |
| Octal | 40 | 176 | 313 | 124 | 46 | 0 | 24 | 317 | 111 | 56 |
| Binary | 100000 | 1111110 | 11001011 | 1010100 | 100110 | 0 | 10100 | 11001111 | 1001001 | 101110 |
Color Harmonies of #207ECB
Complementary color
Monochromatic Colors of #207ECB
Black with #207ECB
Text Example
Text Example
White with #207ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ECB; }
p { color: rgb(32,126,203); }
H1.HeaderClassName
{
color: #207ECB;
}
.AnyTagClassName
{
color: #207ECB;
}
</style>
background-color css
<style>
a { background-color: #207ECB; }
a { background-color: rgb(32,126,203); }
div.DivClassName
{
background-color: #207ECB;
}
.BgClassName
{
background-color: #207ECB;
}
</style>
border-color css
<style>
span { border-color: #207ECB; }
span { border-color: rgb(32,126,203); }
td.TdClassName
{
border-color: #207ECB;
}
.TagClassName
{
border-color: #207ECB;
}
</style>