Shades of Curious Blue #217EC8
Tints of Curious Blue #217EC8
RGB
CMYK
RGB Variations
Color information
#217EC8 (or 0x217EC8) is known color: Curious Blue. HEX triplet: 21, 7E and C8. RGB value is (33,126,200). Sum of RGB (Red+Green+Blue) = 33+126+200=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #217EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EC8 is #DE8137. Grayscale: #6A6A6A. Windows color (decimal): -14582072 or 13139489. OLE color: 13139489.
HSL color Cylindrical-coordinate representation of color #217EC8: hue angle of 206.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217EC8 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 126 | 200 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.22 |
| HSL | 206.59º | 0.72% | 0.46% | - |
| HSV(B) | 206.59º | 0.84% | 0.78% | - |
| XYZ | 18.51 | 19.42 | 57.42 | - |
| YUV | 106.63 | 180.69 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 200 | 0.84 | 0.37 | 0 | 0.22 | 206.59 | 0.72 | 0.46 |
| Hex | 21 | 7E | C8 | 54 | 25 | 0 | 16 | CF | 48 | 2E |
| Octal | 41 | 176 | 310 | 124 | 45 | 0 | 26 | 317 | 110 | 56 |
| Binary | 100001 | 1111110 | 11001000 | 1010100 | 100101 | 0 | 10110 | 11001111 | 1001000 | 101110 |
Color Harmonies of #217EC8
Complementary color
Monochromatic Colors of #217EC8
Black with #217EC8
Text Example
Text Example
White with #217EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217EC8; }
p { color: rgb(33,126,200); }
H1.HeaderClassName
{
color: #217EC8;
}
.AnyTagClassName
{
color: #217EC8;
}
</style>
background-color css
<style>
a { background-color: #217EC8; }
a { background-color: rgb(33,126,200); }
div.DivClassName
{
background-color: #217EC8;
}
.BgClassName
{
background-color: #217EC8;
}
</style>
border-color css
<style>
span { border-color: #217EC8; }
span { border-color: rgb(33,126,200); }
td.TdClassName
{
border-color: #217EC8;
}
.TagClassName
{
border-color: #217EC8;
}
</style>