Shades of Royal Blue #457DFB
Tints of Royal Blue #457DFB
RGB
CMYK
RGB Variations
Color information
#457DFB (or 0x457DFB) is known color: Royal Blue. HEX triplet: 45, 7D and FB. RGB value is (69,125,251). Sum of RGB (Red+Green+Blue) = 69+125+251=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #457DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DFB is #BA8204. Grayscale: #7A7A7A. Windows color (decimal): -12222981 or 16481605. OLE color: 16481605.
HSL color Cylindrical-coordinate representation of color #457DFB: hue angle of 221.54º 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 #457DFB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 125 | 251 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.02 |
| HSL | 221.54º | 0.96% | 0.63% | - |
| HSV(B) | 221.54º | 0.73% | 0.98% | - |
| XYZ | 27.2 | 22.9 | 94.25 | - |
| YUV | 122.62 | 200.45 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 251 | 0.73 | 0.50 | 0 | 0.02 | 221.54 | 0.96 | 0.63 |
| Hex | 45 | 7D | FB | 49 | 32 | 0 | 2 | DE | 60 | 3F |
| Octal | 105 | 175 | 373 | 111 | 62 | 0 | 2 | 336 | 140 | 77 |
| Binary | 1000101 | 1111101 | 11111011 | 1001001 | 110010 | 0 | 10 | 11011110 | 1100000 | 111111 |
Color Harmonies of #457DFB
Complementary color
Monochromatic Colors of #457DFB
Black with #457DFB
Text Example
Text Example
White with #457DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DFB; }
p { color: rgb(69,125,251); }
H1.HeaderClassName
{
color: #457DFB;
}
.AnyTagClassName
{
color: #457DFB;
}
</style>
background-color css
<style>
a { background-color: #457DFB; }
a { background-color: rgb(69,125,251); }
div.DivClassName
{
background-color: #457DFB;
}
.BgClassName
{
background-color: #457DFB;
}
</style>
border-color css
<style>
span { border-color: #457DFB; }
span { border-color: rgb(69,125,251); }
td.TdClassName
{
border-color: #457DFB;
}
.TagClassName
{
border-color: #457DFB;
}
</style>