Shades of Royal Blue #457FE3
Tints of Royal Blue #457FE3
RGB
CMYK
RGB Variations
Color information
#457FE3 (or 0x457FE3) is known color: Royal Blue. HEX triplet: 45, 7F and E3. RGB value is (69,127,227). Sum of RGB (Red+Green+Blue) = 69+127+227=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 227 (89.06% from 255 or 53.66% from 423); Max value from RGB is 227 - color contains mainly: blue. Hex color #457FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FE3 is #BA801C. Grayscale: #787878. Windows color (decimal): -12222493 or 14909253. OLE color: 14909253.
HSL color Cylindrical-coordinate representation of color #457FE3: hue angle of 217.97º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #457FE3 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 127 | 227 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.11 |
| HSL | 217.97º | 0.74% | 0.58% | - |
| HSV(B) | 217.97º | 0.7% | 0.89% | - |
| XYZ | 23.91 | 21.99 | 75.66 | - |
| YUV | 121.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 227 | 0.70 | 0.44 | 0 | 0.11 | 217.97 | 0.74 | 0.58 |
| Hex | 45 | 7F | E3 | 46 | 2C | 0 | B | DA | 4A | 3A |
| Octal | 105 | 177 | 343 | 106 | 54 | 0 | 13 | 332 | 112 | 72 |
| Binary | 1000101 | 1111111 | 11100011 | 1000110 | 101100 | 0 | 1011 | 11011010 | 1001010 | 111010 |
Color Harmonies of #457FE3
Complementary color
Monochromatic Colors of #457FE3
Black with #457FE3
Text Example
Text Example
White with #457FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FE3; }
p { color: rgb(69,127,227); }
H1.HeaderClassName
{
color: #457FE3;
}
.AnyTagClassName
{
color: #457FE3;
}
</style>
background-color css
<style>
a { background-color: #457FE3; }
a { background-color: rgb(69,127,227); }
div.DivClassName
{
background-color: #457FE3;
}
.BgClassName
{
background-color: #457FE3;
}
</style>
border-color css
<style>
span { border-color: #457FE3; }
span { border-color: rgb(69,127,227); }
td.TdClassName
{
border-color: #457FE3;
}
.TagClassName
{
border-color: #457FE3;
}
</style>