Shades of Royal Blue #456EEC
Tints of Royal Blue #456EEC
RGB
CMYK
RGB Variations
Color information
#456EEC (or 0x456EEC) is known color: Royal Blue. HEX triplet: 45, 6E and EC. RGB value is (69,110,236). Sum of RGB (Red+Green+Blue) = 69+110+236=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #456EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EEC is #BA9113. Grayscale: #6F6F6F. Windows color (decimal): -12226836 or 15494725. OLE color: 15494725.
HSL color Cylindrical-coordinate representation of color #456EEC: hue angle of 225.27º 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 #456EEC is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 110 | 236 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.07 |
| HSL | 225.27º | 0.81% | 0.6% | - |
| HSV(B) | 225.27º | 0.71% | 0.93% | - |
| XYZ | 23.17 | 18.47 | 81.7 | - |
| YUV | 112.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 236 | 0.71 | 0.53 | 0 | 0.07 | 225.27 | 0.81 | 0.6 |
| Hex | 45 | 6E | EC | 47 | 35 | 0 | 7 | E1 | 51 | 3C |
| Octal | 105 | 156 | 354 | 107 | 65 | 0 | 7 | 341 | 121 | 74 |
| Binary | 1000101 | 1101110 | 11101100 | 1000111 | 110101 | 0 | 111 | 11100001 | 1010001 | 111100 |
Color Harmonies of #456EEC
Complementary color
Monochromatic Colors of #456EEC
Black with #456EEC
Text Example
Text Example
White with #456EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EEC; }
p { color: rgb(69,110,236); }
H1.HeaderClassName
{
color: #456EEC;
}
.AnyTagClassName
{
color: #456EEC;
}
</style>
background-color css
<style>
a { background-color: #456EEC; }
a { background-color: rgb(69,110,236); }
div.DivClassName
{
background-color: #456EEC;
}
.BgClassName
{
background-color: #456EEC;
}
</style>
border-color css
<style>
span { border-color: #456EEC; }
span { border-color: rgb(69,110,236); }
td.TdClassName
{
border-color: #456EEC;
}
.TagClassName
{
border-color: #456EEC;
}
</style>