Shades of Curious Blue #207ECC
Tints of Curious Blue #207ECC
RGB
CMYK
RGB Variations
Color information
#207ECC (or 0x207ECC) is known color: Curious Blue. HEX triplet: 20, 7E and CC. RGB value is (32,126,204). Sum of RGB (Red+Green+Blue) = 32+126+204=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #207ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ECC is #DF8133. Grayscale: #6A6A6A. Windows color (decimal): -14647604 or 13401632. OLE color: 13401632.
HSL color Cylindrical-coordinate representation of color #207ECC: hue angle of 207.21º 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 #207ECC is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 126 | 204 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.2 |
| HSL | 207.21º | 0.73% | 0.46% | - |
| HSV(B) | 207.21º | 0.84% | 0.8% | - |
| XYZ | 18.96 | 19.59 | 59.91 | - |
| YUV | 106.79 | 182.86 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 204 | 0.84 | 0.38 | 0 | 0.2 | 207.21 | 0.73 | 0.46 |
| Hex | 20 | 7E | CC | 54 | 26 | 0 | 14 | CF | 49 | 2E |
| Octal | 40 | 176 | 314 | 124 | 46 | 0 | 24 | 317 | 111 | 56 |
| Binary | 100000 | 1111110 | 11001100 | 1010100 | 100110 | 0 | 10100 | 11001111 | 1001001 | 101110 |
Color Harmonies of #207ECC
Complementary color
Monochromatic Colors of #207ECC
Black with #207ECC
Text Example
Text Example
White with #207ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207ECC; }
p { color: rgb(32,126,204); }
H1.HeaderClassName
{
color: #207ECC;
}
.AnyTagClassName
{
color: #207ECC;
}
</style>
background-color css
<style>
a { background-color: #207ECC; }
a { background-color: rgb(32,126,204); }
div.DivClassName
{
background-color: #207ECC;
}
.BgClassName
{
background-color: #207ECC;
}
</style>
border-color css
<style>
span { border-color: #207ECC; }
span { border-color: rgb(32,126,204); }
td.TdClassName
{
border-color: #207ECC;
}
.TagClassName
{
border-color: #207ECC;
}
</style>