Shades of Royal Blue #457AFB
Tints of Royal Blue #457AFB
RGB
CMYK
RGB Variations
Color information
#457AFB (or 0x457AFB) is known color: Royal Blue. HEX triplet: 45, 7A and FB. RGB value is (69,122,251). Sum of RGB (Red+Green+Blue) = 69+122+251=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #457AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AFB is #BA8504. Grayscale: #787878. Windows color (decimal): -12223749 or 16480837. OLE color: 16480837.
HSL color Cylindrical-coordinate representation of color #457AFB: hue angle of 222.53º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457AFB is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 122 | 251 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.02 |
| HSL | 222.53º | 0.96% | 0.63% | - |
| HSV(B) | 222.53º | 0.73% | 0.98% | - |
| XYZ | 26.83 | 22.15 | 94.13 | - |
| YUV | 120.86 | 201.44 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 251 | 0.73 | 0.51 | 0 | 0.02 | 222.53 | 0.96 | 0.63 |
| Hex | 45 | 7A | FB | 49 | 33 | 0 | 2 | DF | 60 | 3F |
| Octal | 105 | 172 | 373 | 111 | 63 | 0 | 2 | 337 | 140 | 77 |
| Binary | 1000101 | 1111010 | 11111011 | 1001001 | 110011 | 0 | 10 | 11011111 | 1100000 | 111111 |
Color Harmonies of #457AFB
Complementary color
Monochromatic Colors of #457AFB
Black with #457AFB
Text Example
Text Example
White with #457AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AFB; }
p { color: rgb(69,122,251); }
H1.HeaderClassName
{
color: #457AFB;
}
.AnyTagClassName
{
color: #457AFB;
}
</style>
background-color css
<style>
a { background-color: #457AFB; }
a { background-color: rgb(69,122,251); }
div.DivClassName
{
background-color: #457AFB;
}
.BgClassName
{
background-color: #457AFB;
}
</style>
border-color css
<style>
span { border-color: #457AFB; }
span { border-color: rgb(69,122,251); }
td.TdClassName
{
border-color: #457AFB;
}
.TagClassName
{
border-color: #457AFB;
}
</style>