Shades of Royal Blue #465EE9
Tints of Royal Blue #465EE9
RGB
CMYK
RGB Variations
Color information
#465EE9 (or 0x465EE9) is known color: Royal Blue. HEX triplet: 46, 5E and E9. RGB value is (70,94,233). Sum of RGB (Red+Green+Blue) = 70+94+233=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #465EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465EE9 is #B9A116. Grayscale: #666666. Windows color (decimal): -12165399 or 15294022. OLE color: 15294022.
HSL color Cylindrical-coordinate representation of color #465EE9: hue angle of 231.17º degrees, saturation: 0.79, 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 #465EE9 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 94 | 233 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.09 |
| HSL | 231.17º | 0.79% | 0.59% | - |
| HSV(B) | 231.17º | 0.7% | 0.91% | - |
| XYZ | 21.24 | 15.19 | 78.9 | - |
| YUV | 102.67 | 201.55 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 233 | 0.70 | 0.60 | 0 | 0.09 | 231.17 | 0.79 | 0.59 |
| Hex | 46 | 5E | E9 | 46 | 3C | 0 | 9 | E7 | 4F | 3B |
| Octal | 106 | 136 | 351 | 106 | 74 | 0 | 11 | 347 | 117 | 73 |
| Binary | 1000110 | 1011110 | 11101001 | 1000110 | 111100 | 0 | 1001 | 11100111 | 1001111 | 111011 |
Color Harmonies of #465EE9
Complementary color
Monochromatic Colors of #465EE9
Black with #465EE9
Text Example
Text Example
White with #465EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465EE9; }
p { color: rgb(70,94,233); }
H1.HeaderClassName
{
color: #465EE9;
}
.AnyTagClassName
{
color: #465EE9;
}
</style>
background-color css
<style>
a { background-color: #465EE9; }
a { background-color: rgb(70,94,233); }
div.DivClassName
{
background-color: #465EE9;
}
.BgClassName
{
background-color: #465EE9;
}
</style>
border-color css
<style>
span { border-color: #465EE9; }
span { border-color: rgb(70,94,233); }
td.TdClassName
{
border-color: #465EE9;
}
.TagClassName
{
border-color: #465EE9;
}
</style>