Shades of Denim #256ED2
Tints of Denim #256ED2
RGB
CMYK
RGB Variations
Color information
#256ED2 (or 0x256ED2) is known color: Denim. HEX triplet: 25, 6E and D2. RGB value is (37,110,210). Sum of RGB (Red+Green+Blue) = 37+110+210=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #256ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256ED2 is #DA912D. Grayscale: #636363. Windows color (decimal): -14324014 or 13790757. OLE color: 13790757.
HSL color Cylindrical-coordinate representation of color #256ED2: hue angle of 214.68º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #256ED2 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 110 | 210 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.18 |
| HSL | 214.68º | 0.7% | 0.48% | - |
| HSV(B) | 214.68º | 0.82% | 0.82% | - |
| XYZ | 17.97 | 16.2 | 63.15 | - |
| YUV | 99.57 | 190.32 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 210 | 0.82 | 0.48 | 0 | 0.18 | 214.68 | 0.7 | 0.48 |
| Hex | 25 | 6E | D2 | 52 | 30 | 0 | 12 | D7 | 46 | 30 |
| Octal | 45 | 156 | 322 | 122 | 60 | 0 | 22 | 327 | 106 | 60 |
| Binary | 100101 | 1101110 | 11010010 | 1010010 | 110000 | 0 | 10010 | 11010111 | 1000110 | 110000 |
Color Harmonies of #256ED2
Complementary color
Monochromatic Colors of #256ED2
Black with #256ED2
Text Example
Text Example
White with #256ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256ED2; }
p { color: rgb(37,110,210); }
H1.HeaderClassName
{
color: #256ED2;
}
.AnyTagClassName
{
color: #256ED2;
}
</style>
background-color css
<style>
a { background-color: #256ED2; }
a { background-color: rgb(37,110,210); }
div.DivClassName
{
background-color: #256ED2;
}
.BgClassName
{
background-color: #256ED2;
}
</style>
border-color css
<style>
span { border-color: #256ED2; }
span { border-color: rgb(37,110,210); }
td.TdClassName
{
border-color: #256ED2;
}
.TagClassName
{
border-color: #256ED2;
}
</style>