Shades of Royal Blue #457CFE
Tints of Royal Blue #457CFE
RGB
CMYK
RGB Variations
Color information
#457CFE (or 0x457CFE) is known color: Royal Blue. HEX triplet: 45, 7C and FE. RGB value is (69,124,254). Sum of RGB (Red+Green+Blue) = 69+124+254=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #457CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CFE is #BA8301. Grayscale: #797979. Windows color (decimal): -12223234 or 16677957. OLE color: 16677957.
HSL color Cylindrical-coordinate representation of color #457CFE: hue angle of 222.16º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457CFE is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 124 | 254 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.00 |
| HSL | 222.16º | 0.99% | 0.63% | - |
| HSV(B) | 222.16º | 0.73% | 1% | - |
| XYZ | 27.55 | 22.84 | 96.72 | - |
| YUV | 122.38 | 202.28 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 254 | 0.73 | 0.51 | 0 | 0.00 | 222.16 | 0.99 | 0.63 |
| Hex | 45 | 7C | FE | 49 | 33 | 0 | 0 | DE | 63 | 3F |
| Octal | 105 | 174 | 376 | 111 | 63 | 0 | 0 | 336 | 143 | 77 |
| Binary | 1000101 | 1111100 | 11111110 | 1001001 | 110011 | 0 | 0 | 11011110 | 1100011 | 111111 |
Color Harmonies of #457CFE
Complementary color
Monochromatic Colors of #457CFE
Black with #457CFE
Text Example
Text Example
White with #457CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CFE; }
p { color: rgb(69,124,254); }
H1.HeaderClassName
{
color: #457CFE;
}
.AnyTagClassName
{
color: #457CFE;
}
</style>
background-color css
<style>
a { background-color: #457CFE; }
a { background-color: rgb(69,124,254); }
div.DivClassName
{
background-color: #457CFE;
}
.BgClassName
{
background-color: #457CFE;
}
</style>
border-color css
<style>
span { border-color: #457CFE; }
span { border-color: rgb(69,124,254); }
td.TdClassName
{
border-color: #457CFE;
}
.TagClassName
{
border-color: #457CFE;
}
</style>