Shades of Curious Blue #217ECE
Tints of Curious Blue #217ECE
RGB
CMYK
RGB Variations
Color information
#217ECE (or 0x217ECE) is known color: Curious Blue. HEX triplet: 21, 7E and CE. RGB value is (33,126,206). Sum of RGB (Red+Green+Blue) = 33+126+206=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #217ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ECE is #DE8131. Grayscale: #6A6A6A. Windows color (decimal): -14582066 or 13532705. OLE color: 13532705.
HSL color Cylindrical-coordinate representation of color #217ECE: hue angle of 207.75º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217ECE is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 126 | 206 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.19 |
| HSL | 207.75º | 0.72% | 0.47% | - |
| HSV(B) | 207.75º | 0.84% | 0.81% | - |
| XYZ | 19.23 | 19.7 | 61.18 | - |
| YUV | 107.31 | 183.69 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 206 | 0.84 | 0.39 | 0 | 0.19 | 207.75 | 0.72 | 0.47 |
| Hex | 21 | 7E | CE | 54 | 27 | 0 | 13 | D0 | 48 | 2F |
| Octal | 41 | 176 | 316 | 124 | 47 | 0 | 23 | 320 | 110 | 57 |
| Binary | 100001 | 1111110 | 11001110 | 1010100 | 100111 | 0 | 10011 | 11010000 | 1001000 | 101111 |
Color Harmonies of #217ECE
Complementary color
Monochromatic Colors of #217ECE
Black with #217ECE
Text Example
Text Example
White with #217ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217ECE; }
p { color: rgb(33,126,206); }
H1.HeaderClassName
{
color: #217ECE;
}
.AnyTagClassName
{
color: #217ECE;
}
</style>
background-color css
<style>
a { background-color: #217ECE; }
a { background-color: rgb(33,126,206); }
div.DivClassName
{
background-color: #217ECE;
}
.BgClassName
{
background-color: #217ECE;
}
</style>
border-color css
<style>
span { border-color: #217ECE; }
span { border-color: rgb(33,126,206); }
td.TdClassName
{
border-color: #217ECE;
}
.TagClassName
{
border-color: #217ECE;
}
</style>