Shades of Royal Blue #457CEB
Tints of Royal Blue #457CEB
RGB
CMYK
RGB Variations
Color information
#457CEB (or 0x457CEB) is known color: Royal Blue. HEX triplet: 45, 7C and EB. RGB value is (69,124,235). Sum of RGB (Red+Green+Blue) = 69+124+235=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #457CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457CEB is #BA8314. Grayscale: #777777. Windows color (decimal): -12223253 or 15432773. OLE color: 15432773.
HSL color Cylindrical-coordinate representation of color #457CEB: hue angle of 220.12º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457CEB is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 124 | 235 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.08 |
| HSL | 220.12º | 0.81% | 0.6% | - |
| HSV(B) | 220.12º | 0.71% | 0.92% | - |
| XYZ | 24.66 | 21.68 | 81.48 | - |
| YUV | 120.21 | 192.78 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 235 | 0.71 | 0.47 | 0 | 0.08 | 220.12 | 0.81 | 0.6 |
| Hex | 45 | 7C | EB | 47 | 2F | 0 | 8 | DC | 51 | 3C |
| Octal | 105 | 174 | 353 | 107 | 57 | 0 | 10 | 334 | 121 | 74 |
| Binary | 1000101 | 1111100 | 11101011 | 1000111 | 101111 | 0 | 1000 | 11011100 | 1010001 | 111100 |
Color Harmonies of #457CEB
Complementary color
Monochromatic Colors of #457CEB
Black with #457CEB
Text Example
Text Example
White with #457CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CEB; }
p { color: rgb(69,124,235); }
H1.HeaderClassName
{
color: #457CEB;
}
.AnyTagClassName
{
color: #457CEB;
}
</style>
background-color css
<style>
a { background-color: #457CEB; }
a { background-color: rgb(69,124,235); }
div.DivClassName
{
background-color: #457CEB;
}
.BgClassName
{
background-color: #457CEB;
}
</style>
border-color css
<style>
span { border-color: #457CEB; }
span { border-color: rgb(69,124,235); }
td.TdClassName
{
border-color: #457CEB;
}
.TagClassName
{
border-color: #457CEB;
}
</style>