Shades of Royal Blue #457BFF
Tints of Royal Blue #457BFF
RGB
CMYK
RGB Variations
Color information
#457BFF (or 0x457BFF) is known color: Royal Blue. HEX triplet: 45, 7B and FF. RGB value is (69,123,255). Sum of RGB (Red+Green+Blue) = 69+123+255=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #457BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BFF is #BA8400. Grayscale: #797979. Windows color (decimal): -12223489 or 16743237. OLE color: 16743237.
HSL color Cylindrical-coordinate representation of color #457BFF: hue angle of 222.58º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457BFF is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 123 | 255 | - |
| CMYK | 0.73 | 0.52 | 0 | 0 |
| HSL | 222.58º | 1% | 0.64% | - |
| HSV(B) | 222.58º | 0.73% | 1% | - |
| XYZ | 27.59 | 22.65 | 97.53 | - |
| YUV | 121.9 | 203.11 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 255 | 0.73 | 0.52 | 0 | 0 | 222.58 | 1 | 0.64 |
| Hex | 45 | 7B | FF | 49 | 34 | 0 | 0 | DF | 64 | 40 |
| Octal | 105 | 173 | 377 | 111 | 64 | 0 | 0 | 337 | 144 | 100 |
| Binary | 1000101 | 1111011 | 11111111 | 1001001 | 110100 | 0 | 0 | 11011111 | 1100100 | 1000000 |
Color Harmonies of #457BFF
Complementary color
Monochromatic Colors of #457BFF
Black with #457BFF
Text Example
Text Example
White with #457BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BFF; }
p { color: rgb(69,123,255); }
H1.HeaderClassName
{
color: #457BFF;
}
.AnyTagClassName
{
color: #457BFF;
}
</style>
background-color css
<style>
a { background-color: #457BFF; }
a { background-color: rgb(69,123,255); }
div.DivClassName
{
background-color: #457BFF;
}
.BgClassName
{
background-color: #457BFF;
}
</style>
border-color css
<style>
span { border-color: #457BFF; }
span { border-color: rgb(69,123,255); }
td.TdClassName
{
border-color: #457BFF;
}
.TagClassName
{
border-color: #457BFF;
}
</style>