Shades of Royal Blue #457AF1
Tints of Royal Blue #457AF1
RGB
CMYK
RGB Variations
Color information
#457AF1 (or 0x457AF1) is known color: Royal Blue. HEX triplet: 45, 7A and F1. RGB value is (69,122,241). Sum of RGB (Red+Green+Blue) = 69+122+241=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #457AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457AF1 is #BA850E. Grayscale: #777777. Windows color (decimal): -12223759 or 15825477. OLE color: 15825477.
HSL color Cylindrical-coordinate representation of color #457AF1: hue angle of 221.51º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457AF1 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 122 | 241 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.05 |
| HSL | 221.51º | 0.86% | 0.61% | - |
| HSV(B) | 221.51º | 0.71% | 0.95% | - |
| XYZ | 25.29 | 21.54 | 86.04 | - |
| YUV | 119.72 | 196.44 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 241 | 0.71 | 0.49 | 0 | 0.05 | 221.51 | 0.86 | 0.61 |
| Hex | 45 | 7A | F1 | 47 | 31 | 0 | 5 | DE | 56 | 3D |
| Octal | 105 | 172 | 361 | 107 | 61 | 0 | 5 | 336 | 126 | 75 |
| Binary | 1000101 | 1111010 | 11110001 | 1000111 | 110001 | 0 | 101 | 11011110 | 1010110 | 111101 |
Color Harmonies of #457AF1
Complementary color
Monochromatic Colors of #457AF1
Black with #457AF1
Text Example
Text Example
White with #457AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AF1; }
p { color: rgb(69,122,241); }
H1.HeaderClassName
{
color: #457AF1;
}
.AnyTagClassName
{
color: #457AF1;
}
</style>
background-color css
<style>
a { background-color: #457AF1; }
a { background-color: rgb(69,122,241); }
div.DivClassName
{
background-color: #457AF1;
}
.BgClassName
{
background-color: #457AF1;
}
</style>
border-color css
<style>
span { border-color: #457AF1; }
span { border-color: rgb(69,122,241); }
td.TdClassName
{
border-color: #457AF1;
}
.TagClassName
{
border-color: #457AF1;
}
</style>