Shades of Denim #217BCB
Tints of Denim #217BCB
RGB
CMYK
RGB Variations
Color information
#217BCB (or 0x217BCB) is known color: Denim. HEX triplet: 21, 7B and CB. RGB value is (33,123,203). Sum of RGB (Red+Green+Blue) = 33+123+203=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #217BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217BCB is #DE8434. Grayscale: #686868. Windows color (decimal): -14582837 or 13335329. OLE color: 13335329.
HSL color Cylindrical-coordinate representation of color #217BCB: hue angle of 208.24º 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 #217BCB is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 123 | 203 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.20 |
| HSL | 208.24º | 0.72% | 0.46% | - |
| HSV(B) | 208.24º | 0.84% | 0.8% | - |
| XYZ | 18.49 | 18.8 | 59.15 | - |
| YUV | 105.21 | 183.18 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 203 | 0.84 | 0.39 | 0 | 0.20 | 208.24 | 0.72 | 0.46 |
| Hex | 21 | 7B | CB | 54 | 27 | 0 | 14 | D0 | 48 | 2E |
| Octal | 41 | 173 | 313 | 124 | 47 | 0 | 24 | 320 | 110 | 56 |
| Binary | 100001 | 1111011 | 11001011 | 1010100 | 100111 | 0 | 10100 | 11010000 | 1001000 | 101110 |
Color Harmonies of #217BCB
Complementary color
Monochromatic Colors of #217BCB
Black with #217BCB
Text Example
Text Example
White with #217BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BCB; }
p { color: rgb(33,123,203); }
H1.HeaderClassName
{
color: #217BCB;
}
.AnyTagClassName
{
color: #217BCB;
}
</style>
background-color css
<style>
a { background-color: #217BCB; }
a { background-color: rgb(33,123,203); }
div.DivClassName
{
background-color: #217BCB;
}
.BgClassName
{
background-color: #217BCB;
}
</style>
border-color css
<style>
span { border-color: #217BCB; }
span { border-color: rgb(33,123,203); }
td.TdClassName
{
border-color: #217BCB;
}
.TagClassName
{
border-color: #217BCB;
}
</style>