Shades of Royal Blue #465CEB
Tints of Royal Blue #465CEB
RGB
CMYK
RGB Variations
Color information
#465CEB (or 0x465CEB) is known color: Royal Blue. HEX triplet: 46, 5C and EB. RGB value is (70,92,235). Sum of RGB (Red+Green+Blue) = 70+92+235=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #465CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465CEB is #B9A314. Grayscale: #656565. Windows color (decimal): -12165909 or 15424582. OLE color: 15424582.
HSL color Cylindrical-coordinate representation of color #465CEB: hue angle of 232º 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 #465CEB is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 92 | 235 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.08 |
| HSL | 232º | 0.8% | 0.6% | - |
| HSV(B) | 232º | 0.7% | 0.92% | - |
| XYZ | 21.35 | 14.95 | 80.36 | - |
| YUV | 101.72 | 203.21 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 235 | 0.70 | 0.61 | 0 | 0.08 | 232 | 0.8 | 0.6 |
| Hex | 46 | 5C | EB | 46 | 3D | 0 | 8 | E8 | 50 | 3C |
| Octal | 106 | 134 | 353 | 106 | 75 | 0 | 10 | 350 | 120 | 74 |
| Binary | 1000110 | 1011100 | 11101011 | 1000110 | 111101 | 0 | 1000 | 11101000 | 1010000 | 111100 |
Color Harmonies of #465CEB
Complementary color
Monochromatic Colors of #465CEB
Black with #465CEB
Text Example
Text Example
White with #465CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CEB; }
p { color: rgb(70,92,235); }
H1.HeaderClassName
{
color: #465CEB;
}
.AnyTagClassName
{
color: #465CEB;
}
</style>
background-color css
<style>
a { background-color: #465CEB; }
a { background-color: rgb(70,92,235); }
div.DivClassName
{
background-color: #465CEB;
}
.BgClassName
{
background-color: #465CEB;
}
</style>
border-color css
<style>
span { border-color: #465CEB; }
span { border-color: rgb(70,92,235); }
td.TdClassName
{
border-color: #465CEB;
}
.TagClassName
{
border-color: #465CEB;
}
</style>