Shades of Royal Blue #457BFE
Tints of Royal Blue #457BFE
RGB
CMYK
RGB Variations
Color information
#457BFE (or 0x457BFE) is known color: Royal Blue. HEX triplet: 45, 7B and FE. RGB value is (69,123,254). Sum of RGB (Red+Green+Blue) = 69+123+254=446 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.47% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #457BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BFE is #BA8401. Grayscale: #797979. Windows color (decimal): -12223490 or 16677701. OLE color: 16677701.
HSL color Cylindrical-coordinate representation of color #457BFE: hue angle of 222.49º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457BFE is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 123 | 254 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.00 |
| HSL | 222.49º | 0.99% | 0.63% | - |
| HSV(B) | 222.49º | 0.73% | 1% | - |
| XYZ | 27.43 | 22.59 | 96.68 | - |
| YUV | 121.79 | 202.61 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 254 | 0.73 | 0.52 | 0 | 0.00 | 222.49 | 0.99 | 0.63 |
| Hex | 45 | 7B | FE | 49 | 34 | 0 | 0 | DE | 63 | 3F |
| Octal | 105 | 173 | 376 | 111 | 64 | 0 | 0 | 336 | 143 | 77 |
| Binary | 1000101 | 1111011 | 11111110 | 1001001 | 110100 | 0 | 0 | 11011110 | 1100011 | 111111 |
Color Harmonies of #457BFE
Complementary color
Monochromatic Colors of #457BFE
Black with #457BFE
Text Example
Text Example
White with #457BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BFE; }
p { color: rgb(69,123,254); }
H1.HeaderClassName
{
color: #457BFE;
}
.AnyTagClassName
{
color: #457BFE;
}
</style>
background-color css
<style>
a { background-color: #457BFE; }
a { background-color: rgb(69,123,254); }
div.DivClassName
{
background-color: #457BFE;
}
.BgClassName
{
background-color: #457BFE;
}
</style>
border-color css
<style>
span { border-color: #457BFE; }
span { border-color: rgb(69,123,254); }
td.TdClassName
{
border-color: #457BFE;
}
.TagClassName
{
border-color: #457BFE;
}
</style>