Shades of Royal Blue #457FFB
Tints of Royal Blue #457FFB
RGB
CMYK
RGB Variations
Color information
#457FFB (or 0x457FFB) is known color: Royal Blue. HEX triplet: 45, 7F and FB. RGB value is (69,127,251). Sum of RGB (Red+Green+Blue) = 69+127+251=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #457FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457FFB is #BA8004. Grayscale: #7B7B7B. Windows color (decimal): -12222469 or 16482117. OLE color: 16482117.
HSL color Cylindrical-coordinate representation of color #457FFB: hue angle of 220.88º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #457FFB is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 127 | 251 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.02 |
| HSL | 220.88º | 0.96% | 0.63% | - |
| HSV(B) | 220.88º | 0.73% | 0.98% | - |
| XYZ | 27.46 | 23.41 | 94.34 | - |
| YUV | 123.79 | 199.78 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 251 | 0.73 | 0.49 | 0 | 0.02 | 220.88 | 0.96 | 0.63 |
| Hex | 45 | 7F | FB | 49 | 31 | 0 | 2 | DD | 60 | 3F |
| Octal | 105 | 177 | 373 | 111 | 61 | 0 | 2 | 335 | 140 | 77 |
| Binary | 1000101 | 1111111 | 11111011 | 1001001 | 110001 | 0 | 10 | 11011101 | 1100000 | 111111 |
Color Harmonies of #457FFB
Complementary color
Monochromatic Colors of #457FFB
Black with #457FFB
Text Example
Text Example
White with #457FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FFB; }
p { color: rgb(69,127,251); }
H1.HeaderClassName
{
color: #457FFB;
}
.AnyTagClassName
{
color: #457FFB;
}
</style>
background-color css
<style>
a { background-color: #457FFB; }
a { background-color: rgb(69,127,251); }
div.DivClassName
{
background-color: #457FFB;
}
.BgClassName
{
background-color: #457FFB;
}
</style>
border-color css
<style>
span { border-color: #457FFB; }
span { border-color: rgb(69,127,251); }
td.TdClassName
{
border-color: #457FFB;
}
.TagClassName
{
border-color: #457FFB;
}
</style>