Shades of Royal Blue #457AFF
Tints of Royal Blue #457AFF
RGB
CMYK
RGB Variations
Color information
#457AFF (or 0x457AFF) is known color: Royal Blue. HEX triplet: 45, 7A and FF. RGB value is (69,122,255). Sum of RGB (Red+Green+Blue) = 69+122+255=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #457AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AFF is #BA8500. Grayscale: #787878. Windows color (decimal): -12223745 or 16742981. OLE color: 16742981.
HSL color Cylindrical-coordinate representation of color #457AFF: hue angle of 222.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457AFF is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 122 | 255 | - |
| CMYK | 0.73 | 0.52 | 0 | 0 |
| HSL | 222.9º | 1% | 0.64% | - |
| HSV(B) | 222.9º | 0.73% | 1% | - |
| XYZ | 27.46 | 22.4 | 97.48 | - |
| YUV | 121.32 | 203.44 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 255 | 0.73 | 0.52 | 0 | 0 | 222.9 | 1 | 0.64 |
| Hex | 45 | 7A | FF | 49 | 34 | 0 | 0 | DF | 64 | 40 |
| Octal | 105 | 172 | 377 | 111 | 64 | 0 | 0 | 337 | 144 | 100 |
| Binary | 1000101 | 1111010 | 11111111 | 1001001 | 110100 | 0 | 0 | 11011111 | 1100100 | 1000000 |
Color Harmonies of #457AFF
Complementary color
Monochromatic Colors of #457AFF
Black with #457AFF
Text Example
Text Example
White with #457AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AFF; }
p { color: rgb(69,122,255); }
H1.HeaderClassName
{
color: #457AFF;
}
.AnyTagClassName
{
color: #457AFF;
}
</style>
background-color css
<style>
a { background-color: #457AFF; }
a { background-color: rgb(69,122,255); }
div.DivClassName
{
background-color: #457AFF;
}
.BgClassName
{
background-color: #457AFF;
}
</style>
border-color css
<style>
span { border-color: #457AFF; }
span { border-color: rgb(69,122,255); }
td.TdClassName
{
border-color: #457AFF;
}
.TagClassName
{
border-color: #457AFF;
}
</style>