Shades of Royal Blue #457BEC
Tints of Royal Blue #457BEC
RGB
CMYK
RGB Variations
Color information
#457BEC (or 0x457BEC) is known color: Royal Blue. HEX triplet: 45, 7B and EC. RGB value is (69,123,236). Sum of RGB (Red+Green+Blue) = 69+123+236=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #457BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #457BEC is #BA8413. Grayscale: #777777. Windows color (decimal): -12223508 or 15498053. OLE color: 15498053.
HSL color Cylindrical-coordinate representation of color #457BEC: hue angle of 220.6º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457BEC is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 123 | 236 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.07 |
| HSL | 220.6º | 0.81% | 0.6% | - |
| HSV(B) | 220.6º | 0.71% | 0.93% | - |
| XYZ | 24.68 | 21.49 | 82.2 | - |
| YUV | 119.74 | 193.61 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 236 | 0.71 | 0.48 | 0 | 0.07 | 220.6 | 0.81 | 0.6 |
| Hex | 45 | 7B | EC | 47 | 30 | 0 | 7 | DD | 51 | 3C |
| Octal | 105 | 173 | 354 | 107 | 60 | 0 | 7 | 335 | 121 | 74 |
| Binary | 1000101 | 1111011 | 11101100 | 1000111 | 110000 | 0 | 111 | 11011101 | 1010001 | 111100 |
Color Harmonies of #457BEC
Complementary color
Monochromatic Colors of #457BEC
Black with #457BEC
Text Example
Text Example
White with #457BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BEC; }
p { color: rgb(69,123,236); }
H1.HeaderClassName
{
color: #457BEC;
}
.AnyTagClassName
{
color: #457BEC;
}
</style>
background-color css
<style>
a { background-color: #457BEC; }
a { background-color: rgb(69,123,236); }
div.DivClassName
{
background-color: #457BEC;
}
.BgClassName
{
background-color: #457BEC;
}
</style>
border-color css
<style>
span { border-color: #457BEC; }
span { border-color: rgb(69,123,236); }
td.TdClassName
{
border-color: #457BEC;
}
.TagClassName
{
border-color: #457BEC;
}
</style>