Shades of Royal Blue #457FFF
Tints of Royal Blue #457FFF
RGB
CMYK
RGB Variations
Color information
#457FFF (or 0x457FFF) is known color: Royal Blue. HEX triplet: 45, 7F and FF. RGB value is (69,127,255). Sum of RGB (Red+Green+Blue) = 69+127+255=451 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.30% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #457FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457FFF is #BA8000. Grayscale: #7B7B7B. Windows color (decimal): -12222465 or 16744261. OLE color: 16744261.
HSL color Cylindrical-coordinate representation of color #457FFF: hue angle of 221.29º 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 #457FFF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 127 | 255 | - |
| CMYK | 0.73 | 0.50 | 0 | 0 |
| HSL | 221.29º | 1% | 0.64% | - |
| HSV(B) | 221.29º | 0.73% | 1% | - |
| XYZ | 28.09 | 23.66 | 97.69 | - |
| YUV | 124.25 | 201.78 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 255 | 0.73 | 0.50 | 0 | 0 | 221.29 | 1 | 0.64 |
| Hex | 45 | 7F | FF | 49 | 32 | 0 | 0 | DD | 64 | 40 |
| Octal | 105 | 177 | 377 | 111 | 62 | 0 | 0 | 335 | 144 | 100 |
| Binary | 1000101 | 1111111 | 11111111 | 1001001 | 110010 | 0 | 0 | 11011101 | 1100100 | 1000000 |
Color Harmonies of #457FFF
Complementary color
Monochromatic Colors of #457FFF
Black with #457FFF
Text Example
Text Example
White with #457FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FFF; }
p { color: rgb(69,127,255); }
H1.HeaderClassName
{
color: #457FFF;
}
.AnyTagClassName
{
color: #457FFF;
}
</style>
background-color css
<style>
a { background-color: #457FFF; }
a { background-color: rgb(69,127,255); }
div.DivClassName
{
background-color: #457FFF;
}
.BgClassName
{
background-color: #457FFF;
}
</style>
border-color css
<style>
span { border-color: #457FFF; }
span { border-color: rgb(69,127,255); }
td.TdClassName
{
border-color: #457FFF;
}
.TagClassName
{
border-color: #457FFF;
}
</style>