Shades of Royal Blue #465ADD
Tints of Royal Blue #465ADD
RGB
CMYK
RGB Variations
Color information
#465ADD (or 0x465ADD) is known color: Royal Blue. HEX triplet: 46, 5A and DD. RGB value is (70,90,221). Sum of RGB (Red+Green+Blue) = 70+90+221=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #465ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ADD is #B9A522. Grayscale: #626262. Windows color (decimal): -12166435 or 14506566. OLE color: 14506566.
HSL color Cylindrical-coordinate representation of color #465ADD: hue angle of 232.05º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465ADD is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 90 | 221 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.13 |
| HSL | 232.05º | 0.69% | 0.57% | - |
| HSV(B) | 232.05º | 0.68% | 0.87% | - |
| XYZ | 19.23 | 13.83 | 70.06 | - |
| YUV | 98.95 | 196.87 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 221 | 0.68 | 0.59 | 0 | 0.13 | 232.05 | 0.69 | 0.57 |
| Hex | 46 | 5A | DD | 44 | 3B | 0 | D | E8 | 45 | 39 |
| Octal | 106 | 132 | 335 | 104 | 73 | 0 | 15 | 350 | 105 | 71 |
| Binary | 1000110 | 1011010 | 11011101 | 1000100 | 111011 | 0 | 1101 | 11101000 | 1000101 | 111001 |
Color Harmonies of #465ADD
Complementary color
Monochromatic Colors of #465ADD
Black with #465ADD
Text Example
Text Example
White with #465ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465ADD; }
p { color: rgb(70,90,221); }
H1.HeaderClassName
{
color: #465ADD;
}
.AnyTagClassName
{
color: #465ADD;
}
</style>
background-color css
<style>
a { background-color: #465ADD; }
a { background-color: rgb(70,90,221); }
div.DivClassName
{
background-color: #465ADD;
}
.BgClassName
{
background-color: #465ADD;
}
</style>
border-color css
<style>
span { border-color: #465ADD; }
span { border-color: rgb(70,90,221); }
td.TdClassName
{
border-color: #465ADD;
}
.TagClassName
{
border-color: #465ADD;
}
</style>