Shades of Royal Blue #257BD7
Tints of Royal Blue #257BD7
RGB
CMYK
RGB Variations
Color information
#257BD7 (or 0x257BD7) is known color: Royal Blue. HEX triplet: 25, 7B and D7. RGB value is (37,123,215). Sum of RGB (Red+Green+Blue) = 37+123+215=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #257BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BD7 is #DA8428. Grayscale: #6B6B6B. Windows color (decimal): -14320681 or 14121765. OLE color: 14121765.
HSL color Cylindrical-coordinate representation of color #257BD7: hue angle of 211.01º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257BD7 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 123 | 215 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.16 |
| HSL | 211.01º | 0.71% | 0.49% | - |
| HSV(B) | 211.01º | 0.83% | 0.84% | - |
| XYZ | 20.11 | 19.47 | 66.99 | - |
| YUV | 107.77 | 188.51 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 215 | 0.83 | 0.43 | 0 | 0.16 | 211.01 | 0.71 | 0.49 |
| Hex | 25 | 7B | D7 | 53 | 2B | 0 | 10 | D3 | 47 | 31 |
| Octal | 45 | 173 | 327 | 123 | 53 | 0 | 20 | 323 | 107 | 61 |
| Binary | 100101 | 1111011 | 11010111 | 1010011 | 101011 | 0 | 10000 | 11010011 | 1000111 | 110001 |
Color Harmonies of #257BD7
Complementary color
Monochromatic Colors of #257BD7
Black with #257BD7
Text Example
Text Example
White with #257BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BD7; }
p { color: rgb(37,123,215); }
H1.HeaderClassName
{
color: #257BD7;
}
.AnyTagClassName
{
color: #257BD7;
}
</style>
background-color css
<style>
a { background-color: #257BD7; }
a { background-color: rgb(37,123,215); }
div.DivClassName
{
background-color: #257BD7;
}
.BgClassName
{
background-color: #257BD7;
}
</style>
border-color css
<style>
span { border-color: #257BD7; }
span { border-color: rgb(37,123,215); }
td.TdClassName
{
border-color: #257BD7;
}
.TagClassName
{
border-color: #257BD7;
}
</style>