Shades of Royal Blue #465EDC
Tints of Royal Blue #465EDC
RGB
CMYK
RGB Variations
Color information
#465EDC (or 0x465EDC) is known color: Royal Blue. HEX triplet: 46, 5E and DC. RGB value is (70,94,220). Sum of RGB (Red+Green+Blue) = 70+94+220=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #465EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465EDC is #B9A123. Grayscale: #646464. Windows color (decimal): -12165412 or 14442054. OLE color: 14442054.
HSL color Cylindrical-coordinate representation of color #465EDC: hue angle of 230.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465EDC is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 94 | 220 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.14 |
| HSL | 230.4º | 0.68% | 0.57% | - |
| HSV(B) | 230.4º | 0.68% | 0.86% | - |
| XYZ | 19.45 | 14.47 | 69.48 | - |
| YUV | 101.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 220 | 0.68 | 0.57 | 0 | 0.14 | 230.4 | 0.68 | 0.57 |
| Hex | 46 | 5E | DC | 44 | 39 | 0 | E | E6 | 44 | 39 |
| Octal | 106 | 136 | 334 | 104 | 71 | 0 | 16 | 346 | 104 | 71 |
| Binary | 1000110 | 1011110 | 11011100 | 1000100 | 111001 | 0 | 1110 | 11100110 | 1000100 | 111001 |
Color Harmonies of #465EDC
Complementary color
Monochromatic Colors of #465EDC
Black with #465EDC
Text Example
Text Example
White with #465EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465EDC; }
p { color: rgb(70,94,220); }
H1.HeaderClassName
{
color: #465EDC;
}
.AnyTagClassName
{
color: #465EDC;
}
</style>
background-color css
<style>
a { background-color: #465EDC; }
a { background-color: rgb(70,94,220); }
div.DivClassName
{
background-color: #465EDC;
}
.BgClassName
{
background-color: #465EDC;
}
</style>
border-color css
<style>
span { border-color: #465EDC; }
span { border-color: rgb(70,94,220); }
td.TdClassName
{
border-color: #465EDC;
}
.TagClassName
{
border-color: #465EDC;
}
</style>