Shades of Royal Blue #456AEE
Tints of Royal Blue #456AEE
RGB
CMYK
RGB Variations
Color information
#456AEE (or 0x456AEE) is known color: Royal Blue. HEX triplet: 45, 6A and EE. RGB value is (69,106,238). Sum of RGB (Red+Green+Blue) = 69+106+238=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #456AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456AEE is #BA9511. Grayscale: #6D6D6D. Windows color (decimal): -12227858 or 15624773. OLE color: 15624773.
HSL color Cylindrical-coordinate representation of color #456AEE: hue angle of 226.86º degrees, saturation: 0.83, 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 #456AEE is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 106 | 238 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.07 |
| HSL | 226.86º | 0.83% | 0.6% | - |
| HSV(B) | 226.86º | 0.71% | 0.93% | - |
| XYZ | 23.04 | 17.75 | 83.1 | - |
| YUV | 109.99 | 200.24 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 238 | 0.71 | 0.55 | 0 | 0.07 | 226.86 | 0.83 | 0.6 |
| Hex | 45 | 6A | EE | 47 | 37 | 0 | 7 | E3 | 53 | 3C |
| Octal | 105 | 152 | 356 | 107 | 67 | 0 | 7 | 343 | 123 | 74 |
| Binary | 1000101 | 1101010 | 11101110 | 1000111 | 110111 | 0 | 111 | 11100011 | 1010011 | 111100 |
Color Harmonies of #456AEE
Complementary color
Monochromatic Colors of #456AEE
Black with #456AEE
Text Example
Text Example
White with #456AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456AEE; }
p { color: rgb(69,106,238); }
H1.HeaderClassName
{
color: #456AEE;
}
.AnyTagClassName
{
color: #456AEE;
}
</style>
background-color css
<style>
a { background-color: #456AEE; }
a { background-color: rgb(69,106,238); }
div.DivClassName
{
background-color: #456AEE;
}
.BgClassName
{
background-color: #456AEE;
}
</style>
border-color css
<style>
span { border-color: #456AEE; }
span { border-color: rgb(69,106,238); }
td.TdClassName
{
border-color: #456AEE;
}
.TagClassName
{
border-color: #456AEE;
}
</style>