Shades of Royal Blue #456EED
Tints of Royal Blue #456EED
RGB
CMYK
RGB Variations
Color information
#456EED (or 0x456EED) is known color: Royal Blue. HEX triplet: 45, 6E and ED. RGB value is (69,110,237). Sum of RGB (Red+Green+Blue) = 69+110+237=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #456EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EED is #BA9112. Grayscale: #6F6F6F. Windows color (decimal): -12226835 or 15560261. OLE color: 15560261.
HSL color Cylindrical-coordinate representation of color #456EED: hue angle of 225.36º degrees, saturation: 0.82, 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 #456EED is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 110 | 237 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.07 |
| HSL | 225.36º | 0.82% | 0.6% | - |
| HSV(B) | 225.36º | 0.71% | 0.93% | - |
| XYZ | 23.32 | 18.53 | 82.47 | - |
| YUV | 112.22 | 198.42 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 237 | 0.71 | 0.54 | 0 | 0.07 | 225.36 | 0.82 | 0.6 |
| Hex | 45 | 6E | ED | 47 | 36 | 0 | 7 | E1 | 52 | 3C |
| Octal | 105 | 156 | 355 | 107 | 66 | 0 | 7 | 341 | 122 | 74 |
| Binary | 1000101 | 1101110 | 11101101 | 1000111 | 110110 | 0 | 111 | 11100001 | 1010010 | 111100 |
Color Harmonies of #456EED
Complementary color
Monochromatic Colors of #456EED
Black with #456EED
Text Example
Text Example
White with #456EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456EED; }
p { color: rgb(69,110,237); }
H1.HeaderClassName
{
color: #456EED;
}
.AnyTagClassName
{
color: #456EED;
}
</style>
background-color css
<style>
a { background-color: #456EED; }
a { background-color: rgb(69,110,237); }
div.DivClassName
{
background-color: #456EED;
}
.BgClassName
{
background-color: #456EED;
}
</style>
border-color css
<style>
span { border-color: #456EED; }
span { border-color: rgb(69,110,237); }
td.TdClassName
{
border-color: #456EED;
}
.TagClassName
{
border-color: #456EED;
}
</style>