Shades of Royal Blue #257BDA
Tints of Royal Blue #257BDA
RGB
CMYK
RGB Variations
Color information
#257BDA (or 0x257BDA) is known color: Royal Blue. HEX triplet: 25, 7B and DA. RGB value is (37,123,218). Sum of RGB (Red+Green+Blue) = 37+123+218=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #257BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BDA is #DA8425. Grayscale: #6B6B6B. Windows color (decimal): -14320678 or 14318373. OLE color: 14318373.
HSL color Cylindrical-coordinate representation of color #257BDA: hue angle of 211.49º 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 #257BDA is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 123 | 218 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.15 |
| HSL | 211.49º | 0.71% | 0.5% | - |
| HSV(B) | 211.49º | 0.83% | 0.85% | - |
| XYZ | 20.5 | 19.62 | 69.04 | - |
| YUV | 108.12 | 190.01 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 218 | 0.83 | 0.44 | 0 | 0.15 | 211.49 | 0.71 | 0.5 |
| Hex | 25 | 7B | DA | 53 | 2C | 0 | F | D3 | 47 | 32 |
| Octal | 45 | 173 | 332 | 123 | 54 | 0 | 17 | 323 | 107 | 62 |
| Binary | 100101 | 1111011 | 11011010 | 1010011 | 101100 | 0 | 1111 | 11010011 | 1000111 | 110010 |
Color Harmonies of #257BDA
Complementary color
Monochromatic Colors of #257BDA
Black with #257BDA
Text Example
Text Example
White with #257BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BDA; }
p { color: rgb(37,123,218); }
H1.HeaderClassName
{
color: #257BDA;
}
.AnyTagClassName
{
color: #257BDA;
}
</style>
background-color css
<style>
a { background-color: #257BDA; }
a { background-color: rgb(37,123,218); }
div.DivClassName
{
background-color: #257BDA;
}
.BgClassName
{
background-color: #257BDA;
}
</style>
border-color css
<style>
span { border-color: #257BDA; }
span { border-color: rgb(37,123,218); }
td.TdClassName
{
border-color: #257BDA;
}
.TagClassName
{
border-color: #257BDA;
}
</style>