Shades of Royal Blue #257DDA
Tints of Royal Blue #257DDA
RGB
CMYK
RGB Variations
Color information
#257DDA (or 0x257DDA) is known color: Royal Blue. HEX triplet: 25, 7D and DA. RGB value is (37,125,218). Sum of RGB (Red+Green+Blue) = 37+125+218=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #257DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DDA is #DA8225. Grayscale: #6C6C6C. Windows color (decimal): -14320166 or 14318885. OLE color: 14318885.
HSL color Cylindrical-coordinate representation of color #257DDA: hue angle of 210.83º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257DDA is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 125 | 218 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.15 |
| HSL | 210.83º | 0.71% | 0.5% | - |
| HSV(B) | 210.83º | 0.83% | 0.85% | - |
| XYZ | 20.75 | 20.12 | 69.12 | - |
| YUV | 109.29 | 189.35 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 218 | 0.83 | 0.43 | 0 | 0.15 | 210.83 | 0.71 | 0.5 |
| Hex | 25 | 7D | DA | 53 | 2B | 0 | F | D3 | 47 | 32 |
| Octal | 45 | 175 | 332 | 123 | 53 | 0 | 17 | 323 | 107 | 62 |
| Binary | 100101 | 1111101 | 11011010 | 1010011 | 101011 | 0 | 1111 | 11010011 | 1000111 | 110010 |
Color Harmonies of #257DDA
Complementary color
Monochromatic Colors of #257DDA
Black with #257DDA
Text Example
Text Example
White with #257DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DDA; }
p { color: rgb(37,125,218); }
H1.HeaderClassName
{
color: #257DDA;
}
.AnyTagClassName
{
color: #257DDA;
}
</style>
background-color css
<style>
a { background-color: #257DDA; }
a { background-color: rgb(37,125,218); }
div.DivClassName
{
background-color: #257DDA;
}
.BgClassName
{
background-color: #257DDA;
}
</style>
border-color css
<style>
span { border-color: #257DDA; }
span { border-color: rgb(37,125,218); }
td.TdClassName
{
border-color: #257DDA;
}
.TagClassName
{
border-color: #257DDA;
}
</style>