Shades of Royal Blue #457FFD
Tints of Royal Blue #457FFD
RGB
CMYK
RGB Variations
Color information
#457FFD (or 0x457FFD) is known color: Royal Blue. HEX triplet: 45, 7F and FD. RGB value is (69,127,253). Sum of RGB (Red+Green+Blue) = 69+127+253=449 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.37% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #457FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457FFD is #BA8002. Grayscale: #7B7B7B. Windows color (decimal): -12222467 or 16613189. OLE color: 16613189.
HSL color Cylindrical-coordinate representation of color #457FFD: hue angle of 221.09º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457FFD is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 127 | 253 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.01 |
| HSL | 221.09º | 0.98% | 0.63% | - |
| HSV(B) | 221.09º | 0.73% | 0.99% | - |
| XYZ | 27.77 | 23.54 | 96.01 | - |
| YUV | 124.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 253 | 0.73 | 0.50 | 0 | 0.01 | 221.09 | 0.98 | 0.63 |
| Hex | 45 | 7F | FD | 49 | 32 | 0 | 1 | DD | 62 | 3F |
| Octal | 105 | 177 | 375 | 111 | 62 | 0 | 1 | 335 | 142 | 77 |
| Binary | 1000101 | 1111111 | 11111101 | 1001001 | 110010 | 0 | 1 | 11011101 | 1100010 | 111111 |
Color Harmonies of #457FFD
Complementary color
Monochromatic Colors of #457FFD
Black with #457FFD
Text Example
Text Example
White with #457FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FFD; }
p { color: rgb(69,127,253); }
H1.HeaderClassName
{
color: #457FFD;
}
.AnyTagClassName
{
color: #457FFD;
}
</style>
background-color css
<style>
a { background-color: #457FFD; }
a { background-color: rgb(69,127,253); }
div.DivClassName
{
background-color: #457FFD;
}
.BgClassName
{
background-color: #457FFD;
}
</style>
border-color css
<style>
span { border-color: #457FFD; }
span { border-color: rgb(69,127,253); }
td.TdClassName
{
border-color: #457FFD;
}
.TagClassName
{
border-color: #457FFD;
}
</style>