Shades of Royal Blue #457AF8
Tints of Royal Blue #457AF8
RGB
CMYK
RGB Variations
Color information
#457AF8 (or 0x457AF8) is known color: Royal Blue. HEX triplet: 45, 7A and F8. RGB value is (69,122,248). Sum of RGB (Red+Green+Blue) = 69+122+248=439 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.72% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 248 (97.27% from 255 or 56.49% from 439); Max value from RGB is 248 - color contains mainly: blue. Hex color #457AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AF8 is #BA8507. Grayscale: #777777. Windows color (decimal): -12223752 or 16284229. OLE color: 16284229.
HSL color Cylindrical-coordinate representation of color #457AF8: hue angle of 222.23º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457AF8 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 122 | 248 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.03 |
| HSL | 222.23º | 0.93% | 0.62% | - |
| HSV(B) | 222.23º | 0.72% | 0.97% | - |
| XYZ | 26.36 | 21.96 | 91.66 | - |
| YUV | 120.52 | 199.94 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 248 | 0.72 | 0.51 | 0 | 0.03 | 222.23 | 0.93 | 0.62 |
| Hex | 45 | 7A | F8 | 48 | 33 | 0 | 3 | DE | 5D | 3E |
| Octal | 105 | 172 | 370 | 110 | 63 | 0 | 3 | 336 | 135 | 76 |
| Binary | 1000101 | 1111010 | 11111000 | 1001000 | 110011 | 0 | 11 | 11011110 | 1011101 | 111110 |
Color Harmonies of #457AF8
Complementary color
Monochromatic Colors of #457AF8
Black with #457AF8
Text Example
Text Example
White with #457AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AF8; }
p { color: rgb(69,122,248); }
H1.HeaderClassName
{
color: #457AF8;
}
.AnyTagClassName
{
color: #457AF8;
}
</style>
background-color css
<style>
a { background-color: #457AF8; }
a { background-color: rgb(69,122,248); }
div.DivClassName
{
background-color: #457AF8;
}
.BgClassName
{
background-color: #457AF8;
}
</style>
border-color css
<style>
span { border-color: #457AF8; }
span { border-color: rgb(69,122,248); }
td.TdClassName
{
border-color: #457AF8;
}
.TagClassName
{
border-color: #457AF8;
}
</style>