Shades of Royal Blue #257CDB
Tints of Royal Blue #257CDB
RGB
CMYK
RGB Variations
Color information
#257CDB (or 0x257CDB) is known color: Royal Blue. HEX triplet: 25, 7C and DB. RGB value is (37,124,219). Sum of RGB (Red+Green+Blue) = 37+124+219=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #257CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257CDB is #DA8324. Grayscale: #6C6C6C. Windows color (decimal): -14320421 or 14384165. OLE color: 14384165.
HSL color Cylindrical-coordinate representation of color #257CDB: hue angle of 211.32º 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 #257CDB is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 124 | 219 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.14 |
| HSL | 211.32º | 0.72% | 0.5% | - |
| HSV(B) | 211.32º | 0.83% | 0.86% | - |
| XYZ | 20.76 | 19.92 | 69.77 | - |
| YUV | 108.82 | 190.18 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 219 | 0.83 | 0.43 | 0 | 0.14 | 211.32 | 0.72 | 0.5 |
| Hex | 25 | 7C | DB | 53 | 2B | 0 | E | D3 | 48 | 32 |
| Octal | 45 | 174 | 333 | 123 | 53 | 0 | 16 | 323 | 110 | 62 |
| Binary | 100101 | 1111100 | 11011011 | 1010011 | 101011 | 0 | 1110 | 11010011 | 1001000 | 110010 |
Color Harmonies of #257CDB
Complementary color
Monochromatic Colors of #257CDB
Black with #257CDB
Text Example
Text Example
White with #257CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257CDB; }
p { color: rgb(37,124,219); }
H1.HeaderClassName
{
color: #257CDB;
}
.AnyTagClassName
{
color: #257CDB;
}
</style>
background-color css
<style>
a { background-color: #257CDB; }
a { background-color: rgb(37,124,219); }
div.DivClassName
{
background-color: #257CDB;
}
.BgClassName
{
background-color: #257CDB;
}
</style>
border-color css
<style>
span { border-color: #257CDB; }
span { border-color: rgb(37,124,219); }
td.TdClassName
{
border-color: #257CDB;
}
.TagClassName
{
border-color: #257CDB;
}
</style>