Shades of Curious Blue #217ECB
Tints of Curious Blue #217ECB
RGB
CMYK
RGB Variations
Color information
#217ECB (or 0x217ECB) is known color: Curious Blue. HEX triplet: 21, 7E and CB. RGB value is (33,126,203). Sum of RGB (Red+Green+Blue) = 33+126+203=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #217ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ECB is #DE8134. Grayscale: #6A6A6A. Windows color (decimal): -14582069 or 13336097. OLE color: 13336097.
HSL color Cylindrical-coordinate representation of color #217ECB: hue angle of 207.18º 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 #217ECB is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 126 | 203 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.20 |
| HSL | 207.18º | 0.72% | 0.46% | - |
| HSV(B) | 207.18º | 0.84% | 0.8% | - |
| XYZ | 18.87 | 19.56 | 59.28 | - |
| YUV | 106.97 | 182.19 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 203 | 0.84 | 0.38 | 0 | 0.20 | 207.18 | 0.72 | 0.46 |
| Hex | 21 | 7E | CB | 54 | 26 | 0 | 14 | CF | 48 | 2E |
| Octal | 41 | 176 | 313 | 124 | 46 | 0 | 24 | 317 | 110 | 56 |
| Binary | 100001 | 1111110 | 11001011 | 1010100 | 100110 | 0 | 10100 | 11001111 | 1001000 | 101110 |
Color Harmonies of #217ECB
Complementary color
Monochromatic Colors of #217ECB
Black with #217ECB
Text Example
Text Example
White with #217ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217ECB; }
p { color: rgb(33,126,203); }
H1.HeaderClassName
{
color: #217ECB;
}
.AnyTagClassName
{
color: #217ECB;
}
</style>
background-color css
<style>
a { background-color: #217ECB; }
a { background-color: rgb(33,126,203); }
div.DivClassName
{
background-color: #217ECB;
}
.BgClassName
{
background-color: #217ECB;
}
</style>
border-color css
<style>
span { border-color: #217ECB; }
span { border-color: rgb(33,126,203); }
td.TdClassName
{
border-color: #217ECB;
}
.TagClassName
{
border-color: #217ECB;
}
</style>