Shades of Curious Blue #217DC1
Tints of Curious Blue #217DC1
RGB
CMYK
RGB Variations
Color information
#217DC1 (or 0x217DC1) is known color: Curious Blue. HEX triplet: 21, 7D and C1. RGB value is (33,125,193). Sum of RGB (Red+Green+Blue) = 33+125+193=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #217DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DC1 is #DE823E. Grayscale: #686868. Windows color (decimal): -14582335 or 12680481. OLE color: 12680481.
HSL color Cylindrical-coordinate representation of color #217DC1: hue angle of 205.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217DC1 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 125 | 193 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.24 |
| HSL | 205.5º | 0.71% | 0.44% | - |
| HSV(B) | 205.5º | 0.83% | 0.76% | - |
| XYZ | 17.59 | 18.84 | 53.16 | - |
| YUV | 105.24 | 177.52 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 193 | 0.83 | 0.35 | 0 | 0.24 | 205.5 | 0.71 | 0.44 |
| Hex | 21 | 7D | C1 | 53 | 23 | 0 | 18 | CE | 47 | 2C |
| Octal | 41 | 175 | 301 | 123 | 43 | 0 | 30 | 316 | 107 | 54 |
| Binary | 100001 | 1111101 | 11000001 | 1010011 | 100011 | 0 | 11000 | 11001110 | 1000111 | 101100 |
Color Harmonies of #217DC1
Complementary color
Monochromatic Colors of #217DC1
Black with #217DC1
Text Example
Text Example
White with #217DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217DC1; }
p { color: rgb(33,125,193); }
H1.HeaderClassName
{
color: #217DC1;
}
.AnyTagClassName
{
color: #217DC1;
}
</style>
background-color css
<style>
a { background-color: #217DC1; }
a { background-color: rgb(33,125,193); }
div.DivClassName
{
background-color: #217DC1;
}
.BgClassName
{
background-color: #217DC1;
}
</style>
border-color css
<style>
span { border-color: #217DC1; }
span { border-color: rgb(33,125,193); }
td.TdClassName
{
border-color: #217DC1;
}
.TagClassName
{
border-color: #217DC1;
}
</style>