Shades of Royal Blue #257ADF
Tints of Royal Blue #257ADF
RGB
CMYK
RGB Variations
Color information
#257ADF (or 0x257ADF) is known color: Royal Blue. HEX triplet: 25, 7A and DF. RGB value is (37,122,223). Sum of RGB (Red+Green+Blue) = 37+122+223=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #257ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ADF is #DA8520. Grayscale: #6B6B6B. Windows color (decimal): -14320929 or 14645797. OLE color: 14645797.
HSL color Cylindrical-coordinate representation of color #257ADF: hue angle of 212.58º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257ADF is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 122 | 223 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.13 |
| HSL | 212.58º | 0.74% | 0.51% | - |
| HSV(B) | 212.58º | 0.83% | 0.87% | - |
| XYZ | 21.04 | 19.64 | 72.49 | - |
| YUV | 108.1 | 192.84 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 223 | 0.83 | 0.45 | 0 | 0.13 | 212.58 | 0.74 | 0.51 |
| Hex | 25 | 7A | DF | 53 | 2D | 0 | D | D5 | 4A | 33 |
| Octal | 45 | 172 | 337 | 123 | 55 | 0 | 15 | 325 | 112 | 63 |
| Binary | 100101 | 1111010 | 11011111 | 1010011 | 101101 | 0 | 1101 | 11010101 | 1001010 | 110011 |
Color Harmonies of #257ADF
Complementary color
Monochromatic Colors of #257ADF
Black with #257ADF
Text Example
Text Example
White with #257ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257ADF; }
p { color: rgb(37,122,223); }
H1.HeaderClassName
{
color: #257ADF;
}
.AnyTagClassName
{
color: #257ADF;
}
</style>
background-color css
<style>
a { background-color: #257ADF; }
a { background-color: rgb(37,122,223); }
div.DivClassName
{
background-color: #257ADF;
}
.BgClassName
{
background-color: #257ADF;
}
</style>
border-color css
<style>
span { border-color: #257ADF; }
span { border-color: rgb(37,122,223); }
td.TdClassName
{
border-color: #257ADF;
}
.TagClassName
{
border-color: #257ADF;
}
</style>