Shades of Denim #025DB7
Tints of Denim #025DB7
RGB
CMYK
RGB Variations
Color information
#025DB7 (or 0x025DB7) is known color: Denim. HEX triplet: 02, 5D and B7. RGB value is (2,93,183). Sum of RGB (Red+Green+Blue) = 2+93+183=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 183 (71.88% from 255 or 65.83% from 278); Max value from RGB is 183 - color contains mainly: blue. Hex color #025DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DB7 is #FDA248. Grayscale: #4B4B4B. Windows color (decimal): -16622153 or 12016898. OLE color: 12016898.
HSL color Cylindrical-coordinate representation of color #025DB7: hue angle of 209.83º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DB7 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 93 | 183 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.28 |
| HSL | 209.83º | 0.98% | 0.36% | - |
| HSV(B) | 209.83º | 0.99% | 0.72% | - |
| XYZ | 12.49 | 11.26 | 46.32 | - |
| YUV | 76.05 | 188.35 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 93 | 183 | 0.99 | 0.49 | 0 | 0.28 | 209.83 | 0.98 | 0.36 |
| Hex | 2 | 5D | B7 | 63 | 31 | 0 | 1C | D2 | 62 | 24 |
| Octal | 2 | 135 | 267 | 143 | 61 | 0 | 34 | 322 | 142 | 44 |
| Binary | 10 | 1011101 | 10110111 | 1100011 | 110001 | 0 | 11100 | 11010010 | 1100010 | 100100 |
Color Harmonies of #025DB7
Complementary color
Monochromatic Colors of #025DB7
Black with #025DB7
Text Example
Text Example
White with #025DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025DB7; }
p { color: rgb(2,93,183); }
H1.HeaderClassName
{
color: #025DB7;
}
.AnyTagClassName
{
color: #025DB7;
}
</style>
background-color css
<style>
a { background-color: #025DB7; }
a { background-color: rgb(2,93,183); }
div.DivClassName
{
background-color: #025DB7;
}
.BgClassName
{
background-color: #025DB7;
}
</style>
border-color css
<style>
span { border-color: #025DB7; }
span { border-color: rgb(2,93,183); }
td.TdClassName
{
border-color: #025DB7;
}
.TagClassName
{
border-color: #025DB7;
}
</style>