Shades of Royal Blue #465EEB
Tints of Royal Blue #465EEB
RGB
CMYK
RGB Variations
Color information
#465EEB (or 0x465EEB) is known color: Royal Blue. HEX triplet: 46, 5E and EB. RGB value is (70,94,235). Sum of RGB (Red+Green+Blue) = 70+94+235=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #465EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465EEB is #B9A114. Grayscale: #666666. Windows color (decimal): -12165397 or 15425094. OLE color: 15425094.
HSL color Cylindrical-coordinate representation of color #465EEB: hue angle of 231.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #465EEB is Cyan = 0.70, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 94 | 235 | - |
| CMYK | 0.70 | 0.6 | 0 | 0.08 |
| HSL | 231.27º | 0.8% | 0.6% | - |
| HSV(B) | 231.27º | 0.7% | 0.92% | - |
| XYZ | 21.52 | 15.31 | 80.42 | - |
| YUV | 102.9 | 202.55 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 235 | 0.70 | 0.6 | 0 | 0.08 | 231.27 | 0.8 | 0.6 |
| Hex | 46 | 5E | EB | 46 | 3C | 0 | 8 | E7 | 50 | 3C |
| Octal | 106 | 136 | 353 | 106 | 74 | 0 | 10 | 347 | 120 | 74 |
| Binary | 1000110 | 1011110 | 11101011 | 1000110 | 111100 | 0 | 1000 | 11100111 | 1010000 | 111100 |
Color Harmonies of #465EEB
Complementary color
Monochromatic Colors of #465EEB
Black with #465EEB
Text Example
Text Example
White with #465EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465EEB; }
p { color: rgb(70,94,235); }
H1.HeaderClassName
{
color: #465EEB;
}
.AnyTagClassName
{
color: #465EEB;
}
</style>
background-color css
<style>
a { background-color: #465EEB; }
a { background-color: rgb(70,94,235); }
div.DivClassName
{
background-color: #465EEB;
}
.BgClassName
{
background-color: #465EEB;
}
</style>
border-color css
<style>
span { border-color: #465EEB; }
span { border-color: rgb(70,94,235); }
td.TdClassName
{
border-color: #465EEB;
}
.TagClassName
{
border-color: #465EEB;
}
</style>