Shades of Royal Blue #455EE8
Tints of Royal Blue #455EE8
RGB
CMYK
RGB Variations
Color information
#455EE8 (or 0x455EE8) is known color: Royal Blue. HEX triplet: 45, 5E and E8. RGB value is (69,94,232). Sum of RGB (Red+Green+Blue) = 69+94+232=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #455EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455EE8 is #BAA117. Grayscale: #656565. Windows color (decimal): -12230936 or 15228485. OLE color: 15228485.
HSL color Cylindrical-coordinate representation of color #455EE8: hue angle of 230.8º degrees, saturation: 0.78, 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 #455EE8 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 94 | 232 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.09 |
| HSL | 230.8º | 0.78% | 0.59% | - |
| HSV(B) | 230.8º | 0.7% | 0.91% | - |
| XYZ | 21.02 | 15.1 | 78.15 | - |
| YUV | 102.26 | 201.22 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 232 | 0.70 | 0.59 | 0 | 0.09 | 230.8 | 0.78 | 0.59 |
| Hex | 45 | 5E | E8 | 46 | 3B | 0 | 9 | E7 | 4E | 3B |
| Octal | 105 | 136 | 350 | 106 | 73 | 0 | 11 | 347 | 116 | 73 |
| Binary | 1000101 | 1011110 | 11101000 | 1000110 | 111011 | 0 | 1001 | 11100111 | 1001110 | 111011 |
Color Harmonies of #455EE8
Complementary color
Monochromatic Colors of #455EE8
Black with #455EE8
Text Example
Text Example
White with #455EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455EE8; }
p { color: rgb(69,94,232); }
H1.HeaderClassName
{
color: #455EE8;
}
.AnyTagClassName
{
color: #455EE8;
}
</style>
background-color css
<style>
a { background-color: #455EE8; }
a { background-color: rgb(69,94,232); }
div.DivClassName
{
background-color: #455EE8;
}
.BgClassName
{
background-color: #455EE8;
}
</style>
border-color css
<style>
span { border-color: #455EE8; }
span { border-color: rgb(69,94,232); }
td.TdClassName
{
border-color: #455EE8;
}
.TagClassName
{
border-color: #455EE8;
}
</style>