Shades of Royal Blue #257ADB
Tints of Royal Blue #257ADB
RGB
CMYK
RGB Variations
Color information
#257ADB (or 0x257ADB) is known color: Royal Blue. HEX triplet: 25, 7A and DB. RGB value is (37,122,219). Sum of RGB (Red+Green+Blue) = 37+122+219=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #257ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ADB is #DA8524. Grayscale: #6B6B6B. Windows color (decimal): -14320933 or 14383653. OLE color: 14383653.
HSL color Cylindrical-coordinate representation of color #257ADB: hue angle of 211.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257ADB is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 122 | 219 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.14 |
| HSL | 211.98º | 0.72% | 0.5% | - |
| HSV(B) | 211.98º | 0.83% | 0.86% | - |
| XYZ | 20.51 | 19.43 | 69.69 | - |
| YUV | 107.64 | 190.84 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 219 | 0.83 | 0.44 | 0 | 0.14 | 211.98 | 0.72 | 0.5 |
| Hex | 25 | 7A | DB | 53 | 2C | 0 | E | D4 | 48 | 32 |
| Octal | 45 | 172 | 333 | 123 | 54 | 0 | 16 | 324 | 110 | 62 |
| Binary | 100101 | 1111010 | 11011011 | 1010011 | 101100 | 0 | 1110 | 11010100 | 1001000 | 110010 |
Color Harmonies of #257ADB
Complementary color
Monochromatic Colors of #257ADB
Black with #257ADB
Text Example
Text Example
White with #257ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257ADB; }
p { color: rgb(37,122,219); }
H1.HeaderClassName
{
color: #257ADB;
}
.AnyTagClassName
{
color: #257ADB;
}
</style>
background-color css
<style>
a { background-color: #257ADB; }
a { background-color: rgb(37,122,219); }
div.DivClassName
{
background-color: #257ADB;
}
.BgClassName
{
background-color: #257ADB;
}
</style>
border-color css
<style>
span { border-color: #257ADB; }
span { border-color: rgb(37,122,219); }
td.TdClassName
{
border-color: #257ADB;
}
.TagClassName
{
border-color: #257ADB;
}
</style>