Shades of Royal Blue #457CFF
Tints of Royal Blue #457CFF
RGB
CMYK
RGB Variations
Color information
#457CFF (or 0x457CFF) is known color: Royal Blue. HEX triplet: 45, 7C and FF. RGB value is (69,124,255). Sum of RGB (Red+Green+Blue) = 69+124+255=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #457CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CFF is #BA8300. Grayscale: #797979. Windows color (decimal): -12223233 or 16743493. OLE color: 16743493.
HSL color Cylindrical-coordinate representation of color #457CFF: hue angle of 222.26º 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 #457CFF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 124 | 255 | - |
| CMYK | 0.73 | 0.51 | 0 | 0 |
| HSL | 222.26º | 1% | 0.64% | - |
| HSV(B) | 222.26º | 0.73% | 1% | - |
| XYZ | 27.71 | 22.9 | 97.57 | - |
| YUV | 122.49 | 202.78 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 255 | 0.73 | 0.51 | 0 | 0 | 222.26 | 1 | 0.64 |
| Hex | 45 | 7C | FF | 49 | 33 | 0 | 0 | DE | 64 | 40 |
| Octal | 105 | 174 | 377 | 111 | 63 | 0 | 0 | 336 | 144 | 100 |
| Binary | 1000101 | 1111100 | 11111111 | 1001001 | 110011 | 0 | 0 | 11011110 | 1100100 | 1000000 |
Color Harmonies of #457CFF
Complementary color
Monochromatic Colors of #457CFF
Black with #457CFF
Text Example
Text Example
White with #457CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CFF; }
p { color: rgb(69,124,255); }
H1.HeaderClassName
{
color: #457CFF;
}
.AnyTagClassName
{
color: #457CFF;
}
</style>
background-color css
<style>
a { background-color: #457CFF; }
a { background-color: rgb(69,124,255); }
div.DivClassName
{
background-color: #457CFF;
}
.BgClassName
{
background-color: #457CFF;
}
</style>
border-color css
<style>
span { border-color: #457CFF; }
span { border-color: rgb(69,124,255); }
td.TdClassName
{
border-color: #457CFF;
}
.TagClassName
{
border-color: #457CFF;
}
</style>