Shades of Curious Blue #217ECC
Tints of Curious Blue #217ECC
RGB
CMYK
RGB Variations
Color information
#217ECC (or 0x217ECC) is known color: Curious Blue. HEX triplet: 21, 7E and CC. RGB value is (33,126,204). Sum of RGB (Red+Green+Blue) = 33+126+204=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #217ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ECC is #DE8133. Grayscale: #6A6A6A. Windows color (decimal): -14582068 or 13401633. OLE color: 13401633.
HSL color Cylindrical-coordinate representation of color #217ECC: hue angle of 207.37º degrees, saturation: 0.72, 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 #217ECC is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 126 | 204 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.2 |
| HSL | 207.37º | 0.72% | 0.46% | - |
| HSV(B) | 207.37º | 0.84% | 0.8% | - |
| XYZ | 18.99 | 19.6 | 59.91 | - |
| YUV | 107.09 | 182.69 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 204 | 0.84 | 0.38 | 0 | 0.2 | 207.37 | 0.72 | 0.46 |
| Hex | 21 | 7E | CC | 54 | 26 | 0 | 14 | CF | 48 | 2E |
| Octal | 41 | 176 | 314 | 124 | 46 | 0 | 24 | 317 | 110 | 56 |
| Binary | 100001 | 1111110 | 11001100 | 1010100 | 100110 | 0 | 10100 | 11001111 | 1001000 | 101110 |
Color Harmonies of #217ECC
Complementary color
Monochromatic Colors of #217ECC
Black with #217ECC
Text Example
Text Example
White with #217ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217ECC; }
p { color: rgb(33,126,204); }
H1.HeaderClassName
{
color: #217ECC;
}
.AnyTagClassName
{
color: #217ECC;
}
</style>
background-color css
<style>
a { background-color: #217ECC; }
a { background-color: rgb(33,126,204); }
div.DivClassName
{
background-color: #217ECC;
}
.BgClassName
{
background-color: #217ECC;
}
</style>
border-color css
<style>
span { border-color: #217ECC; }
span { border-color: rgb(33,126,204); }
td.TdClassName
{
border-color: #217ECC;
}
.TagClassName
{
border-color: #217ECC;
}
</style>