Shades of Royal Blue #457EE8
Tints of Royal Blue #457EE8
RGB
CMYK
RGB Variations
Color information
#457EE8 (or 0x457EE8) is known color: Royal Blue. HEX triplet: 45, 7E and E8. RGB value is (69,126,232). Sum of RGB (Red+Green+Blue) = 69+126+232=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #457EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457EE8 is #BA8117. Grayscale: #787878. Windows color (decimal): -12222744 or 15236677. OLE color: 15236677.
HSL color Cylindrical-coordinate representation of color #457EE8: hue angle of 219.02º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #457EE8 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 126 | 232 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.09 |
| HSL | 219.02º | 0.78% | 0.59% | - |
| HSV(B) | 219.02º | 0.7% | 0.91% | - |
| XYZ | 24.48 | 22.01 | 79.3 | - |
| YUV | 121.04 | 190.62 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 232 | 0.70 | 0.46 | 0 | 0.09 | 219.02 | 0.78 | 0.59 |
| Hex | 45 | 7E | E8 | 46 | 2E | 0 | 9 | DB | 4E | 3B |
| Octal | 105 | 176 | 350 | 106 | 56 | 0 | 11 | 333 | 116 | 73 |
| Binary | 1000101 | 1111110 | 11101000 | 1000110 | 101110 | 0 | 1001 | 11011011 | 1001110 | 111011 |
Color Harmonies of #457EE8
Complementary color
Monochromatic Colors of #457EE8
Black with #457EE8
Text Example
Text Example
White with #457EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457EE8; }
p { color: rgb(69,126,232); }
H1.HeaderClassName
{
color: #457EE8;
}
.AnyTagClassName
{
color: #457EE8;
}
</style>
background-color css
<style>
a { background-color: #457EE8; }
a { background-color: rgb(69,126,232); }
div.DivClassName
{
background-color: #457EE8;
}
.BgClassName
{
background-color: #457EE8;
}
</style>
border-color css
<style>
span { border-color: #457EE8; }
span { border-color: rgb(69,126,232); }
td.TdClassName
{
border-color: #457EE8;
}
.TagClassName
{
border-color: #457EE8;
}
</style>