Shades of Royal Blue #465BDD
Tints of Royal Blue #465BDD
RGB
CMYK
RGB Variations
Color information
#465BDD (or 0x465BDD) is known color: Royal Blue. HEX triplet: 46, 5B and DD. RGB value is (70,91,221). Sum of RGB (Red+Green+Blue) = 70+91+221=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #465BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BDD is #B9A422. Grayscale: #636363. Windows color (decimal): -12166179 or 14506822. OLE color: 14506822.
HSL color Cylindrical-coordinate representation of color #465BDD: hue angle of 231.66º 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 #465BDD is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 91 | 221 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.13 |
| HSL | 231.66º | 0.69% | 0.57% | - |
| HSV(B) | 231.66º | 0.68% | 0.87% | - |
| XYZ | 19.32 | 14 | 70.09 | - |
| YUV | 99.54 | 196.54 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 221 | 0.68 | 0.59 | 0 | 0.13 | 231.66 | 0.69 | 0.57 |
| Hex | 46 | 5B | DD | 44 | 3B | 0 | D | E8 | 45 | 39 |
| Octal | 106 | 133 | 335 | 104 | 73 | 0 | 15 | 350 | 105 | 71 |
| Binary | 1000110 | 1011011 | 11011101 | 1000100 | 111011 | 0 | 1101 | 11101000 | 1000101 | 111001 |
Color Harmonies of #465BDD
Complementary color
Monochromatic Colors of #465BDD
Black with #465BDD
Text Example
Text Example
White with #465BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BDD; }
p { color: rgb(70,91,221); }
H1.HeaderClassName
{
color: #465BDD;
}
.AnyTagClassName
{
color: #465BDD;
}
</style>
background-color css
<style>
a { background-color: #465BDD; }
a { background-color: rgb(70,91,221); }
div.DivClassName
{
background-color: #465BDD;
}
.BgClassName
{
background-color: #465BDD;
}
</style>
border-color css
<style>
span { border-color: #465BDD; }
span { border-color: rgb(70,91,221); }
td.TdClassName
{
border-color: #465BDD;
}
.TagClassName
{
border-color: #465BDD;
}
</style>