Shades of Royal Blue #467EDB
Tints of Royal Blue #467EDB
RGB
CMYK
RGB Variations
Color information
#467EDB (or 0x467EDB) is known color: Royal Blue. HEX triplet: 46, 7E and DB. RGB value is (70,126,219). Sum of RGB (Red+Green+Blue) = 70+126+219=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #467EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EDB is #B98124. Grayscale: #777777. Windows color (decimal): -12157221 or 14384710. OLE color: 14384710.
HSL color Cylindrical-coordinate representation of color #467EDB: hue angle of 217.45º degrees, saturation: 0.67, 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 #467EDB is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 126 | 219 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.14 |
| HSL | 217.45º | 0.67% | 0.57% | - |
| HSV(B) | 217.45º | 0.68% | 0.86% | - |
| XYZ | 22.77 | 21.34 | 69.94 | - |
| YUV | 119.86 | 183.95 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 219 | 0.68 | 0.42 | 0 | 0.14 | 217.45 | 0.67 | 0.57 |
| Hex | 46 | 7E | DB | 44 | 2A | 0 | E | D9 | 43 | 39 |
| Octal | 106 | 176 | 333 | 104 | 52 | 0 | 16 | 331 | 103 | 71 |
| Binary | 1000110 | 1111110 | 11011011 | 1000100 | 101010 | 0 | 1110 | 11011001 | 1000011 | 111001 |
Color Harmonies of #467EDB
Complementary color
Monochromatic Colors of #467EDB
Black with #467EDB
Text Example
Text Example
White with #467EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EDB; }
p { color: rgb(70,126,219); }
H1.HeaderClassName
{
color: #467EDB;
}
.AnyTagClassName
{
color: #467EDB;
}
</style>
background-color css
<style>
a { background-color: #467EDB; }
a { background-color: rgb(70,126,219); }
div.DivClassName
{
background-color: #467EDB;
}
.BgClassName
{
background-color: #467EDB;
}
</style>
border-color css
<style>
span { border-color: #467EDB; }
span { border-color: rgb(70,126,219); }
td.TdClassName
{
border-color: #467EDB;
}
.TagClassName
{
border-color: #467EDB;
}
</style>