Shades of Royal Blue #456EE5
Tints of Royal Blue #456EE5
RGB
CMYK
RGB Variations
Color information
#456EE5 (or 0x456EE5) is known color: Royal Blue. HEX triplet: 45, 6E and E5. RGB value is (69,110,229). Sum of RGB (Red+Green+Blue) = 69+110+229=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #456EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456EE5 is #BA911A. Grayscale: #6E6E6E. Windows color (decimal): -12226843 or 15035973. OLE color: 15035973.
HSL color Cylindrical-coordinate representation of color #456EE5: hue angle of 224.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #456EE5 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 110 | 229 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.10 |
| HSL | 224.63º | 0.75% | 0.58% | - |
| HSV(B) | 224.63º | 0.7% | 0.9% | - |
| XYZ | 22.17 | 18.07 | 76.45 | - |
| YUV | 111.31 | 194.42 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 229 | 0.70 | 0.52 | 0 | 0.10 | 224.63 | 0.75 | 0.58 |
| Hex | 45 | 6E | E5 | 46 | 34 | 0 | A | E1 | 4B | 3A |
| Octal | 105 | 156 | 345 | 106 | 64 | 0 | 12 | 341 | 113 | 72 |
| Binary | 1000101 | 1101110 | 11100101 | 1000110 | 110100 | 0 | 1010 | 11100001 | 1001011 | 111010 |
Color Harmonies of #456EE5
Complementary color
Monochromatic Colors of #456EE5
Black with #456EE5
Text Example
Text Example
White with #456EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EE5; }
p { color: rgb(69,110,229); }
H1.HeaderClassName
{
color: #456EE5;
}
.AnyTagClassName
{
color: #456EE5;
}
</style>
background-color css
<style>
a { background-color: #456EE5; }
a { background-color: rgb(69,110,229); }
div.DivClassName
{
background-color: #456EE5;
}
.BgClassName
{
background-color: #456EE5;
}
</style>
border-color css
<style>
span { border-color: #456EE5; }
span { border-color: rgb(69,110,229); }
td.TdClassName
{
border-color: #456EE5;
}
.TagClassName
{
border-color: #456EE5;
}
</style>