Shades of Denim #2168CF
Tints of Denim #2168CF
RGB
CMYK
RGB Variations
Color information
#2168CF (or 0x2168CF) is known color: Denim. HEX triplet: 21, 68 and CF. RGB value is (33,104,207). Sum of RGB (Red+Green+Blue) = 33+104+207=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #2168CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168CF is #DE9730. Grayscale: #5E5E5E. Windows color (decimal): -14587697 or 13592609. OLE color: 13592609.
HSL color Cylindrical-coordinate representation of color #2168CF: hue angle of 215.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2168CF is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 104 | 207 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.19 |
| HSL | 215.52º | 0.73% | 0.47% | - |
| HSV(B) | 215.52º | 0.84% | 0.81% | - |
| XYZ | 16.84 | 14.73 | 60.99 | - |
| YUV | 94.51 | 191.48 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 207 | 0.84 | 0.50 | 0 | 0.19 | 215.52 | 0.73 | 0.47 |
| Hex | 21 | 68 | CF | 54 | 32 | 0 | 13 | D8 | 48 | 2F |
| Octal | 41 | 150 | 317 | 124 | 62 | 0 | 23 | 330 | 110 | 57 |
| Binary | 100001 | 1101000 | 11001111 | 1010100 | 110010 | 0 | 10011 | 11011000 | 1001000 | 101111 |
Color Harmonies of #2168CF
Complementary color
Monochromatic Colors of #2168CF
Black with #2168CF
Text Example
Text Example
White with #2168CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168CF; }
p { color: rgb(33,104,207); }
H1.HeaderClassName
{
color: #2168CF;
}
.AnyTagClassName
{
color: #2168CF;
}
</style>
background-color css
<style>
a { background-color: #2168CF; }
a { background-color: rgb(33,104,207); }
div.DivClassName
{
background-color: #2168CF;
}
.BgClassName
{
background-color: #2168CF;
}
</style>
border-color css
<style>
span { border-color: #2168CF; }
span { border-color: rgb(33,104,207); }
td.TdClassName
{
border-color: #2168CF;
}
.TagClassName
{
border-color: #2168CF;
}
</style>