Shades of Curious Blue #217EBD
Tints of Curious Blue #217EBD
RGB
CMYK
RGB Variations
Color information
#217EBD (or 0x217EBD) is known color: Curious Blue. HEX triplet: 21, 7E and BD. RGB value is (33,126,189). Sum of RGB (Red+Green+Blue) = 33+126+189=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #217EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217EBD is #DE8142. Grayscale: #696969. Windows color (decimal): -14582083 or 12418593. OLE color: 12418593.
HSL color Cylindrical-coordinate representation of color #217EBD: hue angle of 204.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217EBD is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 126 | 189 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.26 |
| HSL | 204.23º | 0.7% | 0.44% | - |
| HSV(B) | 204.23º | 0.83% | 0.74% | - |
| XYZ | 17.27 | 18.92 | 50.89 | - |
| YUV | 105.38 | 175.19 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 189 | 0.83 | 0.33 | 0 | 0.26 | 204.23 | 0.7 | 0.44 |
| Hex | 21 | 7E | BD | 53 | 21 | 0 | 1A | CC | 46 | 2C |
| Octal | 41 | 176 | 275 | 123 | 41 | 0 | 32 | 314 | 106 | 54 |
| Binary | 100001 | 1111110 | 10111101 | 1010011 | 100001 | 0 | 11010 | 11001100 | 1000110 | 101100 |
Color Harmonies of #217EBD
Complementary color
Monochromatic Colors of #217EBD
Black with #217EBD
Text Example
Text Example
White with #217EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217EBD; }
p { color: rgb(33,126,189); }
H1.HeaderClassName
{
color: #217EBD;
}
.AnyTagClassName
{
color: #217EBD;
}
</style>
background-color css
<style>
a { background-color: #217EBD; }
a { background-color: rgb(33,126,189); }
div.DivClassName
{
background-color: #217EBD;
}
.BgClassName
{
background-color: #217EBD;
}
</style>
border-color css
<style>
span { border-color: #217EBD; }
span { border-color: rgb(33,126,189); }
td.TdClassName
{
border-color: #217EBD;
}
.TagClassName
{
border-color: #217EBD;
}
</style>