Shades of Royal Blue #457CEA
Tints of Royal Blue #457CEA
RGB
CMYK
RGB Variations
Color information
#457CEA (or 0x457CEA) is known color: Royal Blue. HEX triplet: 45, 7C and EA. RGB value is (69,124,234). Sum of RGB (Red+Green+Blue) = 69+124+234=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #457CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CEA is #BA8315. Grayscale: #777777. Windows color (decimal): -12223254 or 15367237. OLE color: 15367237.
HSL color Cylindrical-coordinate representation of color #457CEA: hue angle of 220º 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 #457CEA is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 124 | 234 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.08 |
| HSL | 220º | 0.8% | 0.59% | - |
| HSV(B) | 220º | 0.71% | 0.92% | - |
| XYZ | 24.51 | 21.62 | 80.72 | - |
| YUV | 120.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 234 | 0.71 | 0.47 | 0 | 0.08 | 220 | 0.8 | 0.59 |
| Hex | 45 | 7C | EA | 47 | 2F | 0 | 8 | DC | 50 | 3B |
| Octal | 105 | 174 | 352 | 107 | 57 | 0 | 10 | 334 | 120 | 73 |
| Binary | 1000101 | 1111100 | 11101010 | 1000111 | 101111 | 0 | 1000 | 11011100 | 1010000 | 111011 |
Color Harmonies of #457CEA
Complementary color
Monochromatic Colors of #457CEA
Black with #457CEA
Text Example
Text Example
White with #457CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CEA; }
p { color: rgb(69,124,234); }
H1.HeaderClassName
{
color: #457CEA;
}
.AnyTagClassName
{
color: #457CEA;
}
</style>
background-color css
<style>
a { background-color: #457CEA; }
a { background-color: rgb(69,124,234); }
div.DivClassName
{
background-color: #457CEA;
}
.BgClassName
{
background-color: #457CEA;
}
</style>
border-color css
<style>
span { border-color: #457CEA; }
span { border-color: rgb(69,124,234); }
td.TdClassName
{
border-color: #457CEA;
}
.TagClassName
{
border-color: #457CEA;
}
</style>