Shades of Denim #216FCF
Tints of Denim #216FCF
RGB
CMYK
RGB Variations
Color information
#216FCF (or 0x216FCF) is known color: Denim. HEX triplet: 21, 6F and CF. RGB value is (33,111,207). Sum of RGB (Red+Green+Blue) = 33+111+207=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #216FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216FCF is #DE9030. Grayscale: #626262. Windows color (decimal): -14585905 or 13594401. OLE color: 13594401.
HSL color Cylindrical-coordinate representation of color #216FCF: hue angle of 213.1º 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 #216FCF is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 111 | 207 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.19 |
| HSL | 213.1º | 0.73% | 0.47% | - |
| HSV(B) | 213.1º | 0.84% | 0.81% | - |
| XYZ | 17.57 | 16.2 | 61.23 | - |
| YUV | 98.62 | 189.16 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 207 | 0.84 | 0.46 | 0 | 0.19 | 213.1 | 0.73 | 0.47 |
| Hex | 21 | 6F | CF | 54 | 2E | 0 | 13 | D5 | 48 | 2F |
| Octal | 41 | 157 | 317 | 124 | 56 | 0 | 23 | 325 | 110 | 57 |
| Binary | 100001 | 1101111 | 11001111 | 1010100 | 101110 | 0 | 10011 | 11010101 | 1001000 | 101111 |
Color Harmonies of #216FCF
Complementary color
Monochromatic Colors of #216FCF
Black with #216FCF
Text Example
Text Example
White with #216FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216FCF; }
p { color: rgb(33,111,207); }
H1.HeaderClassName
{
color: #216FCF;
}
.AnyTagClassName
{
color: #216FCF;
}
</style>
background-color css
<style>
a { background-color: #216FCF; }
a { background-color: rgb(33,111,207); }
div.DivClassName
{
background-color: #216FCF;
}
.BgClassName
{
background-color: #216FCF;
}
</style>
border-color css
<style>
span { border-color: #216FCF; }
span { border-color: rgb(33,111,207); }
td.TdClassName
{
border-color: #216FCF;
}
.TagClassName
{
border-color: #216FCF;
}
</style>