Shades of Royal Blue #457BD5
Tints of Royal Blue #457BD5
RGB
CMYK
RGB Variations
Color information
#457BD5 (or 0x457BD5) is known color: Royal Blue. HEX triplet: 45, 7B and D5. RGB value is (69,123,213). Sum of RGB (Red+Green+Blue) = 69+123+213=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #457BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BD5 is #BA842A. Grayscale: #747474. Windows color (decimal): -12223531 or 13990725. OLE color: 13990725.
HSL color Cylindrical-coordinate representation of color #457BD5: hue angle of 217.5º 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 #457BD5 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 123 | 213 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.16 |
| HSL | 217.5º | 0.63% | 0.55% | - |
| HSV(B) | 217.5º | 0.68% | 0.84% | - |
| XYZ | 21.55 | 20.24 | 65.72 | - |
| YUV | 117.11 | 182.11 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 213 | 0.68 | 0.42 | 0 | 0.16 | 217.5 | 0.63 | 0.55 |
| Hex | 45 | 7B | D5 | 44 | 2A | 0 | 10 | DA | 3F | 37 |
| Octal | 105 | 173 | 325 | 104 | 52 | 0 | 20 | 332 | 77 | 67 |
| Binary | 1000101 | 1111011 | 11010101 | 1000100 | 101010 | 0 | 10000 | 11011010 | 111111 | 110111 |
Color Harmonies of #457BD5
Complementary color
Monochromatic Colors of #457BD5
Black with #457BD5
Text Example
Text Example
White with #457BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BD5; }
p { color: rgb(69,123,213); }
H1.HeaderClassName
{
color: #457BD5;
}
.AnyTagClassName
{
color: #457BD5;
}
</style>
background-color css
<style>
a { background-color: #457BD5; }
a { background-color: rgb(69,123,213); }
div.DivClassName
{
background-color: #457BD5;
}
.BgClassName
{
background-color: #457BD5;
}
</style>
border-color css
<style>
span { border-color: #457BD5; }
span { border-color: rgb(69,123,213); }
td.TdClassName
{
border-color: #457BD5;
}
.TagClassName
{
border-color: #457BD5;
}
</style>