Shades of Royal Blue #257BDB
Tints of Royal Blue #257BDB
RGB
CMYK
RGB Variations
Color information
#257BDB (or 0x257BDB) is known color: Royal Blue. HEX triplet: 25, 7B and DB. RGB value is (37,123,219). Sum of RGB (Red+Green+Blue) = 37+123+219=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #257BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BDB is #DA8424. Grayscale: #6B6B6B. Windows color (decimal): -14320677 or 14383909. OLE color: 14383909.
HSL color Cylindrical-coordinate representation of color #257BDB: hue angle of 211.65º 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 #257BDB is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 123 | 219 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.14 |
| HSL | 211.65º | 0.72% | 0.5% | - |
| HSV(B) | 211.65º | 0.83% | 0.86% | - |
| XYZ | 20.63 | 19.67 | 69.73 | - |
| YUV | 108.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 219 | 0.83 | 0.44 | 0 | 0.14 | 211.65 | 0.72 | 0.5 |
| Hex | 25 | 7B | DB | 53 | 2C | 0 | E | D4 | 48 | 32 |
| Octal | 45 | 173 | 333 | 123 | 54 | 0 | 16 | 324 | 110 | 62 |
| Binary | 100101 | 1111011 | 11011011 | 1010011 | 101100 | 0 | 1110 | 11010100 | 1001000 | 110010 |
Color Harmonies of #257BDB
Complementary color
Monochromatic Colors of #257BDB
Black with #257BDB
Text Example
Text Example
White with #257BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BDB; }
p { color: rgb(37,123,219); }
H1.HeaderClassName
{
color: #257BDB;
}
.AnyTagClassName
{
color: #257BDB;
}
</style>
background-color css
<style>
a { background-color: #257BDB; }
a { background-color: rgb(37,123,219); }
div.DivClassName
{
background-color: #257BDB;
}
.BgClassName
{
background-color: #257BDB;
}
</style>
border-color css
<style>
span { border-color: #257BDB; }
span { border-color: rgb(37,123,219); }
td.TdClassName
{
border-color: #257BDB;
}
.TagClassName
{
border-color: #257BDB;
}
</style>