Shades of Denim #257BD5
Tints of Denim #257BD5
RGB
CMYK
RGB Variations
Color information
#257BD5 (or 0x257BD5) is known color: Denim. HEX triplet: 25, 7B and D5. RGB value is (37,123,213). Sum of RGB (Red+Green+Blue) = 37+123+213=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #257BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BD5 is #DA842A. Grayscale: #6B6B6B. Windows color (decimal): -14320683 or 13990693. OLE color: 13990693.
HSL color Cylindrical-coordinate representation of color #257BD5: hue angle of 210.68º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257BD5 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 123 | 213 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.16 |
| HSL | 210.68º | 0.7% | 0.49% | - |
| HSV(B) | 210.68º | 0.83% | 0.84% | - |
| XYZ | 19.86 | 19.36 | 65.64 | - |
| YUV | 107.55 | 187.51 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 213 | 0.83 | 0.42 | 0 | 0.16 | 210.68 | 0.7 | 0.49 |
| Hex | 25 | 7B | D5 | 53 | 2A | 0 | 10 | D3 | 46 | 31 |
| Octal | 45 | 173 | 325 | 123 | 52 | 0 | 20 | 323 | 106 | 61 |
| Binary | 100101 | 1111011 | 11010101 | 1010011 | 101010 | 0 | 10000 | 11010011 | 1000110 | 110001 |
Color Harmonies of #257BD5
Complementary color
Monochromatic Colors of #257BD5
Black with #257BD5
Text Example
Text Example
White with #257BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BD5; }
p { color: rgb(37,123,213); }
H1.HeaderClassName
{
color: #257BD5;
}
.AnyTagClassName
{
color: #257BD5;
}
</style>
background-color css
<style>
a { background-color: #257BD5; }
a { background-color: rgb(37,123,213); }
div.DivClassName
{
background-color: #257BD5;
}
.BgClassName
{
background-color: #257BD5;
}
</style>
border-color css
<style>
span { border-color: #257BD5; }
span { border-color: rgb(37,123,213); }
td.TdClassName
{
border-color: #257BD5;
}
.TagClassName
{
border-color: #257BD5;
}
</style>