Shades of Denim #2471CE
Tints of Denim #2471CE
RGB
CMYK
RGB Variations
Color information
#2471CE (or 0x2471CE) is known color: Denim. HEX triplet: 24, 71 and CE. RGB value is (36,113,206). Sum of RGB (Red+Green+Blue) = 36+113+206=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #2471CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2471CE is #DB8E31. Grayscale: #646464. Windows color (decimal): -14388786 or 13529380. OLE color: 13529380.
HSL color Cylindrical-coordinate representation of color #2471CE: hue angle of 212.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2471CE is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 113 | 206 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.19 |
| HSL | 212.82º | 0.7% | 0.47% | - |
| HSV(B) | 212.82º | 0.83% | 0.81% | - |
| XYZ | 17.77 | 16.64 | 60.67 | - |
| YUV | 100.58 | 187.49 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 206 | 0.83 | 0.45 | 0 | 0.19 | 212.82 | 0.7 | 0.47 |
| Hex | 24 | 71 | CE | 53 | 2D | 0 | 13 | D5 | 46 | 2F |
| Octal | 44 | 161 | 316 | 123 | 55 | 0 | 23 | 325 | 106 | 57 |
| Binary | 100100 | 1110001 | 11001110 | 1010011 | 101101 | 0 | 10011 | 11010101 | 1000110 | 101111 |
Color Harmonies of #2471CE
Complementary color
Monochromatic Colors of #2471CE
Black with #2471CE
Text Example
Text Example
White with #2471CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2471CE; }
p { color: rgb(36,113,206); }
H1.HeaderClassName
{
color: #2471CE;
}
.AnyTagClassName
{
color: #2471CE;
}
</style>
background-color css
<style>
a { background-color: #2471CE; }
a { background-color: rgb(36,113,206); }
div.DivClassName
{
background-color: #2471CE;
}
.BgClassName
{
background-color: #2471CE;
}
</style>
border-color css
<style>
span { border-color: #2471CE; }
span { border-color: rgb(36,113,206); }
td.TdClassName
{
border-color: #2471CE;
}
.TagClassName
{
border-color: #2471CE;
}
</style>