Shades of Denim #217BD3
Tints of Denim #217BD3
RGB
CMYK
RGB Variations
Color information
#217BD3 (or 0x217BD3) is known color: Denim. HEX triplet: 21, 7B and D3. RGB value is (33,123,211). Sum of RGB (Red+Green+Blue) = 33+123+211=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 211 (82.81% from 255 or 57.49% from 367); Max value from RGB is 211 - color contains mainly: blue. Hex color #217BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BD3 is #DE842C. Grayscale: #696969. Windows color (decimal): -14582829 or 13859617. OLE color: 13859617.
HSL color Cylindrical-coordinate representation of color #217BD3: hue angle of 209.66º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217BD3 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 123 | 211 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.17 |
| HSL | 209.66º | 0.73% | 0.48% | - |
| HSV(B) | 209.66º | 0.84% | 0.83% | - |
| XYZ | 19.47 | 19.19 | 64.31 | - |
| YUV | 106.12 | 187.18 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 211 | 0.84 | 0.42 | 0 | 0.17 | 209.66 | 0.73 | 0.48 |
| Hex | 21 | 7B | D3 | 54 | 2A | 0 | 11 | D2 | 49 | 30 |
| Octal | 41 | 173 | 323 | 124 | 52 | 0 | 21 | 322 | 111 | 60 |
| Binary | 100001 | 1111011 | 11010011 | 1010100 | 101010 | 0 | 10001 | 11010010 | 1001001 | 110000 |
Color Harmonies of #217BD3
Complementary color
Monochromatic Colors of #217BD3
Black with #217BD3
Text Example
Text Example
White with #217BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BD3; }
p { color: rgb(33,123,211); }
H1.HeaderClassName
{
color: #217BD3;
}
.AnyTagClassName
{
color: #217BD3;
}
</style>
background-color css
<style>
a { background-color: #217BD3; }
a { background-color: rgb(33,123,211); }
div.DivClassName
{
background-color: #217BD3;
}
.BgClassName
{
background-color: #217BD3;
}
</style>
border-color css
<style>
span { border-color: #217BD3; }
span { border-color: rgb(33,123,211); }
td.TdClassName
{
border-color: #217BD3;
}
.TagClassName
{
border-color: #217BD3;
}
</style>