Shades of Royal Blue #457DD5
Tints of Royal Blue #457DD5
RGB
CMYK
RGB Variations
Color information
#457DD5 (or 0x457DD5) is known color: Royal Blue. HEX triplet: 45, 7D and D5. RGB value is (69,125,213). Sum of RGB (Red+Green+Blue) = 69+125+213=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #457DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DD5 is #BA822A. Grayscale: #757575. Windows color (decimal): -12223019 or 13991237. OLE color: 13991237.
HSL color Cylindrical-coordinate representation of color #457DD5: hue angle of 216.67º 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 #457DD5 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 125 | 213 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.16 |
| HSL | 216.67º | 0.63% | 0.55% | - |
| HSV(B) | 216.67º | 0.68% | 0.84% | - |
| XYZ | 21.8 | 20.74 | 65.8 | - |
| YUV | 118.29 | 181.45 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 213 | 0.68 | 0.41 | 0 | 0.16 | 216.67 | 0.63 | 0.55 |
| Hex | 45 | 7D | D5 | 44 | 29 | 0 | 10 | D9 | 3F | 37 |
| Octal | 105 | 175 | 325 | 104 | 51 | 0 | 20 | 331 | 77 | 67 |
| Binary | 1000101 | 1111101 | 11010101 | 1000100 | 101001 | 0 | 10000 | 11011001 | 111111 | 110111 |
Color Harmonies of #457DD5
Complementary color
Monochromatic Colors of #457DD5
Black with #457DD5
Text Example
Text Example
White with #457DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DD5; }
p { color: rgb(69,125,213); }
H1.HeaderClassName
{
color: #457DD5;
}
.AnyTagClassName
{
color: #457DD5;
}
</style>
background-color css
<style>
a { background-color: #457DD5; }
a { background-color: rgb(69,125,213); }
div.DivClassName
{
background-color: #457DD5;
}
.BgClassName
{
background-color: #457DD5;
}
</style>
border-color css
<style>
span { border-color: #457DD5; }
span { border-color: rgb(69,125,213); }
td.TdClassName
{
border-color: #457DD5;
}
.TagClassName
{
border-color: #457DD5;
}
</style>