Shades of Curious Blue #217EC0
Tints of Curious Blue #217EC0
RGB
CMYK
RGB Variations
Color information
#217EC0 (or 0x217EC0) is known color: Curious Blue. HEX triplet: 21, 7E and C0. RGB value is (33,126,192). Sum of RGB (Red+Green+Blue) = 33+126+192=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #217EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EC0 is #DE813F. Grayscale: #696969. Windows color (decimal): -14582080 or 12615201. OLE color: 12615201.
HSL color Cylindrical-coordinate representation of color #217EC0: hue angle of 204.91º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217EC0 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 126 | 192 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.25 |
| HSL | 204.91º | 0.71% | 0.44% | - |
| HSV(B) | 204.91º | 0.83% | 0.75% | - |
| XYZ | 17.6 | 19.05 | 52.62 | - |
| YUV | 105.72 | 176.69 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 192 | 0.83 | 0.34 | 0 | 0.25 | 204.91 | 0.71 | 0.44 |
| Hex | 21 | 7E | C0 | 53 | 22 | 0 | 19 | CD | 47 | 2C |
| Octal | 41 | 176 | 300 | 123 | 42 | 0 | 31 | 315 | 107 | 54 |
| Binary | 100001 | 1111110 | 11000000 | 1010011 | 100010 | 0 | 11001 | 11001101 | 1000111 | 101100 |
Color Harmonies of #217EC0
Complementary color
Monochromatic Colors of #217EC0
Black with #217EC0
Text Example
Text Example
White with #217EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217EC0; }
p { color: rgb(33,126,192); }
H1.HeaderClassName
{
color: #217EC0;
}
.AnyTagClassName
{
color: #217EC0;
}
</style>
background-color css
<style>
a { background-color: #217EC0; }
a { background-color: rgb(33,126,192); }
div.DivClassName
{
background-color: #217EC0;
}
.BgClassName
{
background-color: #217EC0;
}
</style>
border-color css
<style>
span { border-color: #217EC0; }
span { border-color: rgb(33,126,192); }
td.TdClassName
{
border-color: #217EC0;
}
.TagClassName
{
border-color: #217EC0;
}
</style>