Shades of Royal Blue #457AF0
Tints of Royal Blue #457AF0
RGB
CMYK
RGB Variations
Color information
#457AF0 (or 0x457AF0) is known color: Royal Blue. HEX triplet: 45, 7A and F0. RGB value is (69,122,240). Sum of RGB (Red+Green+Blue) = 69+122+240=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #457AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AF0 is #BA850F. Grayscale: #777777. Windows color (decimal): -12223760 or 15759941. OLE color: 15759941.
HSL color Cylindrical-coordinate representation of color #457AF0: hue angle of 221.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457AF0 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 122 | 240 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.06 |
| HSL | 221.4º | 0.85% | 0.61% | - |
| HSV(B) | 221.4º | 0.71% | 0.94% | - |
| XYZ | 25.14 | 21.48 | 85.26 | - |
| YUV | 119.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 240 | 0.71 | 0.49 | 0 | 0.06 | 221.4 | 0.85 | 0.61 |
| Hex | 45 | 7A | F0 | 47 | 31 | 0 | 6 | DD | 55 | 3D |
| Octal | 105 | 172 | 360 | 107 | 61 | 0 | 6 | 335 | 125 | 75 |
| Binary | 1000101 | 1111010 | 11110000 | 1000111 | 110001 | 0 | 110 | 11011101 | 1010101 | 111101 |
Color Harmonies of #457AF0
Complementary color
Monochromatic Colors of #457AF0
Black with #457AF0
Text Example
Text Example
White with #457AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AF0; }
p { color: rgb(69,122,240); }
H1.HeaderClassName
{
color: #457AF0;
}
.AnyTagClassName
{
color: #457AF0;
}
</style>
background-color css
<style>
a { background-color: #457AF0; }
a { background-color: rgb(69,122,240); }
div.DivClassName
{
background-color: #457AF0;
}
.BgClassName
{
background-color: #457AF0;
}
</style>
border-color css
<style>
span { border-color: #457AF0; }
span { border-color: rgb(69,122,240); }
td.TdClassName
{
border-color: #457AF0;
}
.TagClassName
{
border-color: #457AF0;
}
</style>