Shades of Royal Blue #456EE7
Tints of Royal Blue #456EE7
RGB
CMYK
RGB Variations
Color information
#456EE7 (or 0x456EE7) is known color: Royal Blue. HEX triplet: 45, 6E and E7. RGB value is (69,110,231). Sum of RGB (Red+Green+Blue) = 69+110+231=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #456EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EE7 is #BA9118. Grayscale: #6F6F6F. Windows color (decimal): -12226841 or 15167045. OLE color: 15167045.
HSL color Cylindrical-coordinate representation of color #456EE7: hue angle of 224.81º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #456EE7 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 110 | 231 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.09 |
| HSL | 224.81º | 0.77% | 0.59% | - |
| HSV(B) | 224.81º | 0.7% | 0.91% | - |
| XYZ | 22.45 | 18.19 | 77.93 | - |
| YUV | 111.54 | 195.42 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 231 | 0.70 | 0.52 | 0 | 0.09 | 224.81 | 0.77 | 0.59 |
| Hex | 45 | 6E | E7 | 46 | 34 | 0 | 9 | E1 | 4D | 3B |
| Octal | 105 | 156 | 347 | 106 | 64 | 0 | 11 | 341 | 115 | 73 |
| Binary | 1000101 | 1101110 | 11100111 | 1000110 | 110100 | 0 | 1001 | 11100001 | 1001101 | 111011 |
Color Harmonies of #456EE7
Complementary color
Monochromatic Colors of #456EE7
Black with #456EE7
Text Example
Text Example
White with #456EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EE7; }
p { color: rgb(69,110,231); }
H1.HeaderClassName
{
color: #456EE7;
}
.AnyTagClassName
{
color: #456EE7;
}
</style>
background-color css
<style>
a { background-color: #456EE7; }
a { background-color: rgb(69,110,231); }
div.DivClassName
{
background-color: #456EE7;
}
.BgClassName
{
background-color: #456EE7;
}
</style>
border-color css
<style>
span { border-color: #456EE7; }
span { border-color: rgb(69,110,231); }
td.TdClassName
{
border-color: #456EE7;
}
.TagClassName
{
border-color: #456EE7;
}
</style>