Shades of Royal Blue #457DFE
Tints of Royal Blue #457DFE
RGB
CMYK
RGB Variations
Color information
#457DFE (or 0x457DFE) is known color: Royal Blue. HEX triplet: 45, 7D and FE. RGB value is (69,125,254). Sum of RGB (Red+Green+Blue) = 69+125+254=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #457DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DFE is #BA8201. Grayscale: #7A7A7A. Windows color (decimal): -12222978 or 16678213. OLE color: 16678213.
HSL color Cylindrical-coordinate representation of color #457DFE: hue angle of 221.84º 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 #457DFE is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 125 | 254 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.00 |
| HSL | 221.84º | 0.99% | 0.63% | - |
| HSV(B) | 221.84º | 0.73% | 1% | - |
| XYZ | 27.68 | 23.09 | 96.76 | - |
| YUV | 122.96 | 201.95 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 254 | 0.73 | 0.51 | 0 | 0.00 | 221.84 | 0.99 | 0.63 |
| Hex | 45 | 7D | FE | 49 | 33 | 0 | 0 | DE | 63 | 3F |
| Octal | 105 | 175 | 376 | 111 | 63 | 0 | 0 | 336 | 143 | 77 |
| Binary | 1000101 | 1111101 | 11111110 | 1001001 | 110011 | 0 | 0 | 11011110 | 1100011 | 111111 |
Color Harmonies of #457DFE
Complementary color
Monochromatic Colors of #457DFE
Black with #457DFE
Text Example
Text Example
White with #457DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DFE; }
p { color: rgb(69,125,254); }
H1.HeaderClassName
{
color: #457DFE;
}
.AnyTagClassName
{
color: #457DFE;
}
</style>
background-color css
<style>
a { background-color: #457DFE; }
a { background-color: rgb(69,125,254); }
div.DivClassName
{
background-color: #457DFE;
}
.BgClassName
{
background-color: #457DFE;
}
</style>
border-color css
<style>
span { border-color: #457DFE; }
span { border-color: rgb(69,125,254); }
td.TdClassName
{
border-color: #457DFE;
}
.TagClassName
{
border-color: #457DFE;
}
</style>