Shades of Royal Blue #457BEA
Tints of Royal Blue #457BEA
RGB
CMYK
RGB Variations
Color information
#457BEA (or 0x457BEA) is known color: Royal Blue. HEX triplet: 45, 7B and EA. RGB value is (69,123,234). Sum of RGB (Red+Green+Blue) = 69+123+234=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #457BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BEA is #BA8415. Grayscale: #777777. Windows color (decimal): -12223510 or 15366981. OLE color: 15366981.
HSL color Cylindrical-coordinate representation of color #457BEA: hue angle of 220.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457BEA is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 123 | 234 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.08 |
| HSL | 220.36º | 0.8% | 0.59% | - |
| HSV(B) | 220.36º | 0.71% | 0.92% | - |
| XYZ | 24.39 | 21.37 | 80.68 | - |
| YUV | 119.51 | 192.61 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 234 | 0.71 | 0.47 | 0 | 0.08 | 220.36 | 0.8 | 0.59 |
| Hex | 45 | 7B | EA | 47 | 2F | 0 | 8 | DC | 50 | 3B |
| Octal | 105 | 173 | 352 | 107 | 57 | 0 | 10 | 334 | 120 | 73 |
| Binary | 1000101 | 1111011 | 11101010 | 1000111 | 101111 | 0 | 1000 | 11011100 | 1010000 | 111011 |
Color Harmonies of #457BEA
Complementary color
Monochromatic Colors of #457BEA
Black with #457BEA
Text Example
Text Example
White with #457BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BEA; }
p { color: rgb(69,123,234); }
H1.HeaderClassName
{
color: #457BEA;
}
.AnyTagClassName
{
color: #457BEA;
}
</style>
background-color css
<style>
a { background-color: #457BEA; }
a { background-color: rgb(69,123,234); }
div.DivClassName
{
background-color: #457BEA;
}
.BgClassName
{
background-color: #457BEA;
}
</style>
border-color css
<style>
span { border-color: #457BEA; }
span { border-color: rgb(69,123,234); }
td.TdClassName
{
border-color: #457BEA;
}
.TagClassName
{
border-color: #457BEA;
}
</style>