Shades of Royal Blue #457CFC
Tints of Royal Blue #457CFC
RGB
CMYK
RGB Variations
Color information
#457CFC (or 0x457CFC) is known color: Royal Blue. HEX triplet: 45, 7C and FC. RGB value is (69,124,252). Sum of RGB (Red+Green+Blue) = 69+124+252=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #457CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CFC is #BA8303. Grayscale: #797979. Windows color (decimal): -12223236 or 16546885. OLE color: 16546885.
HSL color Cylindrical-coordinate representation of color #457CFC: hue angle of 221.97º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457CFC is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 124 | 252 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.01 |
| HSL | 221.97º | 0.97% | 0.63% | - |
| HSV(B) | 221.97º | 0.73% | 0.99% | - |
| XYZ | 27.23 | 22.71 | 95.04 | - |
| YUV | 122.15 | 201.28 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 252 | 0.73 | 0.51 | 0 | 0.01 | 221.97 | 0.97 | 0.63 |
| Hex | 45 | 7C | FC | 49 | 33 | 0 | 1 | DE | 61 | 3F |
| Octal | 105 | 174 | 374 | 111 | 63 | 0 | 1 | 336 | 141 | 77 |
| Binary | 1000101 | 1111100 | 11111100 | 1001001 | 110011 | 0 | 1 | 11011110 | 1100001 | 111111 |
Color Harmonies of #457CFC
Complementary color
Monochromatic Colors of #457CFC
Black with #457CFC
Text Example
Text Example
White with #457CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CFC; }
p { color: rgb(69,124,252); }
H1.HeaderClassName
{
color: #457CFC;
}
.AnyTagClassName
{
color: #457CFC;
}
</style>
background-color css
<style>
a { background-color: #457CFC; }
a { background-color: rgb(69,124,252); }
div.DivClassName
{
background-color: #457CFC;
}
.BgClassName
{
background-color: #457CFC;
}
</style>
border-color css
<style>
span { border-color: #457CFC; }
span { border-color: rgb(69,124,252); }
td.TdClassName
{
border-color: #457CFC;
}
.TagClassName
{
border-color: #457CFC;
}
</style>