Shades of Royal Blue #457ED5
Tints of Royal Blue #457ED5
RGB
CMYK
RGB Variations
Color information
#457ED5 (or 0x457ED5) is known color: Royal Blue. HEX triplet: 45, 7E and D5. RGB value is (69,126,213). Sum of RGB (Red+Green+Blue) = 69+126+213=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #457ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ED5 is #BA812A. Grayscale: #767676. Windows color (decimal): -12222763 or 13991493. OLE color: 13991493.
HSL color Cylindrical-coordinate representation of color #457ED5: hue angle of 216.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #457ED5 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 126 | 213 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.16 |
| HSL | 216.25º | 0.63% | 0.55% | - |
| HSV(B) | 216.25º | 0.68% | 0.84% | - |
| XYZ | 21.93 | 20.99 | 65.85 | - |
| YUV | 118.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 213 | 0.68 | 0.41 | 0 | 0.16 | 216.25 | 0.63 | 0.55 |
| Hex | 45 | 7E | D5 | 44 | 29 | 0 | 10 | D8 | 3F | 37 |
| Octal | 105 | 176 | 325 | 104 | 51 | 0 | 20 | 330 | 77 | 67 |
| Binary | 1000101 | 1111110 | 11010101 | 1000100 | 101001 | 0 | 10000 | 11011000 | 111111 | 110111 |
Color Harmonies of #457ED5
Complementary color
Monochromatic Colors of #457ED5
Black with #457ED5
Text Example
Text Example
White with #457ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457ED5; }
p { color: rgb(69,126,213); }
H1.HeaderClassName
{
color: #457ED5;
}
.AnyTagClassName
{
color: #457ED5;
}
</style>
background-color css
<style>
a { background-color: #457ED5; }
a { background-color: rgb(69,126,213); }
div.DivClassName
{
background-color: #457ED5;
}
.BgClassName
{
background-color: #457ED5;
}
</style>
border-color css
<style>
span { border-color: #457ED5; }
span { border-color: rgb(69,126,213); }
td.TdClassName
{
border-color: #457ED5;
}
.TagClassName
{
border-color: #457ED5;
}
</style>