Shades of Royal Blue #455EDD
Tints of Royal Blue #455EDD
RGB
CMYK
RGB Variations
Color information
#455EDD (or 0x455EDD) is known color: Royal Blue. HEX triplet: 45, 5E and DD. RGB value is (69,94,221). Sum of RGB (Red+Green+Blue) = 69+94+221=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #455EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455EDD is #BAA122. Grayscale: #646464. Windows color (decimal): -12230947 or 14507589. OLE color: 14507589.
HSL color Cylindrical-coordinate representation of color #455EDD: hue angle of 230.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #455EDD is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 94 | 221 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.13 |
| HSL | 230.13º | 0.69% | 0.57% | - |
| HSV(B) | 230.13º | 0.69% | 0.87% | - |
| XYZ | 19.51 | 14.49 | 70.18 | - |
| YUV | 101 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 221 | 0.69 | 0.57 | 0 | 0.13 | 230.13 | 0.69 | 0.57 |
| Hex | 45 | 5E | DD | 45 | 39 | 0 | D | E6 | 45 | 39 |
| Octal | 105 | 136 | 335 | 105 | 71 | 0 | 15 | 346 | 105 | 71 |
| Binary | 1000101 | 1011110 | 11011101 | 1000101 | 111001 | 0 | 1101 | 11100110 | 1000101 | 111001 |
Color Harmonies of #455EDD
Complementary color
Monochromatic Colors of #455EDD
Black with #455EDD
Text Example
Text Example
White with #455EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455EDD; }
p { color: rgb(69,94,221); }
H1.HeaderClassName
{
color: #455EDD;
}
.AnyTagClassName
{
color: #455EDD;
}
</style>
background-color css
<style>
a { background-color: #455EDD; }
a { background-color: rgb(69,94,221); }
div.DivClassName
{
background-color: #455EDD;
}
.BgClassName
{
background-color: #455EDD;
}
</style>
border-color css
<style>
span { border-color: #455EDD; }
span { border-color: rgb(69,94,221); }
td.TdClassName
{
border-color: #455EDD;
}
.TagClassName
{
border-color: #455EDD;
}
</style>