Shades of Royal Blue #457DF4
Tints of Royal Blue #457DF4
RGB
CMYK
RGB Variations
Color information
#457DF4 (or 0x457DF4) is known color: Royal Blue. HEX triplet: 45, 7D and F4. RGB value is (69,125,244). Sum of RGB (Red+Green+Blue) = 69+125+244=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #457DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457DF4 is #BA820B. Grayscale: #797979. Windows color (decimal): -12222988 or 16022853. OLE color: 16022853.
HSL color Cylindrical-coordinate representation of color #457DF4: hue angle of 220.8º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #457DF4 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 125 | 244 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.04 |
| HSL | 220.8º | 0.89% | 0.61% | - |
| HSV(B) | 220.8º | 0.72% | 0.96% | - |
| XYZ | 26.12 | 22.46 | 88.55 | - |
| YUV | 121.82 | 196.95 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 244 | 0.72 | 0.49 | 0 | 0.04 | 220.8 | 0.89 | 0.61 |
| Hex | 45 | 7D | F4 | 48 | 31 | 0 | 4 | DD | 59 | 3D |
| Octal | 105 | 175 | 364 | 110 | 61 | 0 | 4 | 335 | 131 | 75 |
| Binary | 1000101 | 1111101 | 11110100 | 1001000 | 110001 | 0 | 100 | 11011101 | 1011001 | 111101 |
Color Harmonies of #457DF4
Complementary color
Monochromatic Colors of #457DF4
Black with #457DF4
Text Example
Text Example
White with #457DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DF4; }
p { color: rgb(69,125,244); }
H1.HeaderClassName
{
color: #457DF4;
}
.AnyTagClassName
{
color: #457DF4;
}
</style>
background-color css
<style>
a { background-color: #457DF4; }
a { background-color: rgb(69,125,244); }
div.DivClassName
{
background-color: #457DF4;
}
.BgClassName
{
background-color: #457DF4;
}
</style>
border-color css
<style>
span { border-color: #457DF4; }
span { border-color: rgb(69,125,244); }
td.TdClassName
{
border-color: #457DF4;
}
.TagClassName
{
border-color: #457DF4;
}
</style>