Shades of Royal Blue #456EEA
Tints of Royal Blue #456EEA
RGB
CMYK
RGB Variations
Color information
#456EEA (or 0x456EEA) is known color: Royal Blue. HEX triplet: 45, 6E and EA. RGB value is (69,110,234). Sum of RGB (Red+Green+Blue) = 69+110+234=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #456EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EEA is #BA9115. Grayscale: #6F6F6F. Windows color (decimal): -12226838 or 15363653. OLE color: 15363653.
HSL color Cylindrical-coordinate representation of color #456EEA: hue angle of 225.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456EEA is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 110 | 234 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.08 |
| HSL | 225.09º | 0.8% | 0.59% | - |
| HSV(B) | 225.09º | 0.71% | 0.92% | - |
| XYZ | 22.88 | 18.36 | 80.18 | - |
| YUV | 111.88 | 196.92 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 234 | 0.71 | 0.53 | 0 | 0.08 | 225.09 | 0.8 | 0.59 |
| Hex | 45 | 6E | EA | 47 | 35 | 0 | 8 | E1 | 50 | 3B |
| Octal | 105 | 156 | 352 | 107 | 65 | 0 | 10 | 341 | 120 | 73 |
| Binary | 1000101 | 1101110 | 11101010 | 1000111 | 110101 | 0 | 1000 | 11100001 | 1010000 | 111011 |
Color Harmonies of #456EEA
Complementary color
Monochromatic Colors of #456EEA
Black with #456EEA
Text Example
Text Example
White with #456EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EEA; }
p { color: rgb(69,110,234); }
H1.HeaderClassName
{
color: #456EEA;
}
.AnyTagClassName
{
color: #456EEA;
}
</style>
background-color css
<style>
a { background-color: #456EEA; }
a { background-color: rgb(69,110,234); }
div.DivClassName
{
background-color: #456EEA;
}
.BgClassName
{
background-color: #456EEA;
}
</style>
border-color css
<style>
span { border-color: #456EEA; }
span { border-color: rgb(69,110,234); }
td.TdClassName
{
border-color: #456EEA;
}
.TagClassName
{
border-color: #456EEA;
}
</style>