Shades of Royal Blue #465AED
Tints of Royal Blue #465AED
RGB
CMYK
RGB Variations
Color information
#465AED (or 0x465AED) is known color: Royal Blue. HEX triplet: 46, 5A and ED. RGB value is (70,90,237). Sum of RGB (Red+Green+Blue) = 70+90+237=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #465AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465AED is #B9A512. Grayscale: #646464. Windows color (decimal): -12166419 or 15555142. OLE color: 15555142.
HSL color Cylindrical-coordinate representation of color #465AED: hue angle of 232.81º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #465AED is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 90 | 237 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.07 |
| HSL | 232.81º | 0.82% | 0.6% | - |
| HSV(B) | 232.81º | 0.7% | 0.93% | - |
| XYZ | 21.47 | 14.73 | 81.83 | - |
| YUV | 100.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 237 | 0.70 | 0.62 | 0 | 0.07 | 232.81 | 0.82 | 0.6 |
| Hex | 46 | 5A | ED | 46 | 3E | 0 | 7 | E9 | 52 | 3C |
| Octal | 106 | 132 | 355 | 106 | 76 | 0 | 7 | 351 | 122 | 74 |
| Binary | 1000110 | 1011010 | 11101101 | 1000110 | 111110 | 0 | 111 | 11101001 | 1010010 | 111100 |
Color Harmonies of #465AED
Complementary color
Monochromatic Colors of #465AED
Black with #465AED
Text Example
Text Example
White with #465AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465AED; }
p { color: rgb(70,90,237); }
H1.HeaderClassName
{
color: #465AED;
}
.AnyTagClassName
{
color: #465AED;
}
</style>
background-color css
<style>
a { background-color: #465AED; }
a { background-color: rgb(70,90,237); }
div.DivClassName
{
background-color: #465AED;
}
.BgClassName
{
background-color: #465AED;
}
</style>
border-color css
<style>
span { border-color: #465AED; }
span { border-color: rgb(70,90,237); }
td.TdClassName
{
border-color: #465AED;
}
.TagClassName
{
border-color: #465AED;
}
</style>