Shades of Royal Blue #457FF5
Tints of Royal Blue #457FF5
RGB
CMYK
RGB Variations
Color information
#457FF5 (or 0x457FF5) is known color: Royal Blue. HEX triplet: 45, 7F and F5. RGB value is (69,127,245). Sum of RGB (Red+Green+Blue) = 69+127+245=441 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.65% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #457FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457FF5 is #BA800A. Grayscale: #7A7A7A. Windows color (decimal): -12222475 or 16088901. OLE color: 16088901.
HSL color Cylindrical-coordinate representation of color #457FF5: hue angle of 220.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457FF5 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 127 | 245 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.04 |
| HSL | 220.23º | 0.9% | 0.62% | - |
| HSV(B) | 220.23º | 0.72% | 0.96% | - |
| XYZ | 26.53 | 23.04 | 89.43 | - |
| YUV | 123.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 245 | 0.72 | 0.48 | 0 | 0.04 | 220.23 | 0.9 | 0.62 |
| Hex | 45 | 7F | F5 | 48 | 30 | 0 | 4 | DC | 5A | 3E |
| Octal | 105 | 177 | 365 | 110 | 60 | 0 | 4 | 334 | 132 | 76 |
| Binary | 1000101 | 1111111 | 11110101 | 1001000 | 110000 | 0 | 100 | 11011100 | 1011010 | 111110 |
Color Harmonies of #457FF5
Complementary color
Monochromatic Colors of #457FF5
Black with #457FF5
Text Example
Text Example
White with #457FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FF5; }
p { color: rgb(69,127,245); }
H1.HeaderClassName
{
color: #457FF5;
}
.AnyTagClassName
{
color: #457FF5;
}
</style>
background-color css
<style>
a { background-color: #457FF5; }
a { background-color: rgb(69,127,245); }
div.DivClassName
{
background-color: #457FF5;
}
.BgClassName
{
background-color: #457FF5;
}
</style>
border-color css
<style>
span { border-color: #457FF5; }
span { border-color: rgb(69,127,245); }
td.TdClassName
{
border-color: #457FF5;
}
.TagClassName
{
border-color: #457FF5;
}
</style>