Shades of Royal Blue #257BDD
Tints of Royal Blue #257BDD
RGB
CMYK
RGB Variations
Color information
#257BDD (or 0x257BDD) is known color: Royal Blue. HEX triplet: 25, 7B and DD. RGB value is (37,123,221). Sum of RGB (Red+Green+Blue) = 37+123+221=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #257BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BDD is #DA8422. Grayscale: #6B6B6B. Windows color (decimal): -14320675 or 14514981. OLE color: 14514981.
HSL color Cylindrical-coordinate representation of color #257BDD: hue angle of 211.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257BDD is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 123 | 221 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.13 |
| HSL | 211.96º | 0.73% | 0.51% | - |
| HSV(B) | 211.96º | 0.83% | 0.87% | - |
| XYZ | 20.9 | 19.78 | 71.12 | - |
| YUV | 108.46 | 191.51 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 221 | 0.83 | 0.44 | 0 | 0.13 | 211.96 | 0.73 | 0.51 |
| Hex | 25 | 7B | DD | 53 | 2C | 0 | D | D4 | 49 | 33 |
| Octal | 45 | 173 | 335 | 123 | 54 | 0 | 15 | 324 | 111 | 63 |
| Binary | 100101 | 1111011 | 11011101 | 1010011 | 101100 | 0 | 1101 | 11010100 | 1001001 | 110011 |
Color Harmonies of #257BDD
Complementary color
Monochromatic Colors of #257BDD
Black with #257BDD
Text Example
Text Example
White with #257BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257BDD; }
p { color: rgb(37,123,221); }
H1.HeaderClassName
{
color: #257BDD;
}
.AnyTagClassName
{
color: #257BDD;
}
</style>
background-color css
<style>
a { background-color: #257BDD; }
a { background-color: rgb(37,123,221); }
div.DivClassName
{
background-color: #257BDD;
}
.BgClassName
{
background-color: #257BDD;
}
</style>
border-color css
<style>
span { border-color: #257BDD; }
span { border-color: rgb(37,123,221); }
td.TdClassName
{
border-color: #257BDD;
}
.TagClassName
{
border-color: #257BDD;
}
</style>