Shades of Denim #257AD3
Tints of Denim #257AD3
RGB
CMYK
RGB Variations
Color information
#257AD3 (or 0x257AD3) is known color: Denim. HEX triplet: 25, 7A and D3. RGB value is (37,122,211). Sum of RGB (Red+Green+Blue) = 37+122+211=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 211 (82.81% from 255 or 57.03% from 370); Max value from RGB is 211 - color contains mainly: blue. Hex color #257AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257AD3 is #DA852C. Grayscale: #6A6A6A. Windows color (decimal): -14320941 or 13859365. OLE color: 13859365.
HSL color Cylindrical-coordinate representation of color #257AD3: hue angle of 210.69º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257AD3 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 122 | 211 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.17 |
| HSL | 210.69º | 0.7% | 0.49% | - |
| HSV(B) | 210.69º | 0.82% | 0.83% | - |
| XYZ | 19.48 | 19.02 | 64.27 | - |
| YUV | 106.73 | 186.84 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 211 | 0.82 | 0.42 | 0 | 0.17 | 210.69 | 0.7 | 0.49 |
| Hex | 25 | 7A | D3 | 52 | 2A | 0 | 11 | D3 | 46 | 31 |
| Octal | 45 | 172 | 323 | 122 | 52 | 0 | 21 | 323 | 106 | 61 |
| Binary | 100101 | 1111010 | 11010011 | 1010010 | 101010 | 0 | 10001 | 11010011 | 1000110 | 110001 |
Color Harmonies of #257AD3
Complementary color
Monochromatic Colors of #257AD3
Black with #257AD3
Text Example
Text Example
White with #257AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257AD3; }
p { color: rgb(37,122,211); }
H1.HeaderClassName
{
color: #257AD3;
}
.AnyTagClassName
{
color: #257AD3;
}
</style>
background-color css
<style>
a { background-color: #257AD3; }
a { background-color: rgb(37,122,211); }
div.DivClassName
{
background-color: #257AD3;
}
.BgClassName
{
background-color: #257AD3;
}
</style>
border-color css
<style>
span { border-color: #257AD3; }
span { border-color: rgb(37,122,211); }
td.TdClassName
{
border-color: #257AD3;
}
.TagClassName
{
border-color: #257AD3;
}
</style>