Shades of Royal Blue #467FDB
Tints of Royal Blue #467FDB
RGB
CMYK
RGB Variations
Color information
#467FDB (or 0x467FDB) is known color: Royal Blue. HEX triplet: 46, 7F and DB. RGB value is (70,127,219). Sum of RGB (Red+Green+Blue) = 70+127+219=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #467FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FDB is #B98024. Grayscale: #787878. Windows color (decimal): -12156965 or 14384966. OLE color: 14384966.
HSL color Cylindrical-coordinate representation of color #467FDB: hue angle of 217.05º 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 #467FDB is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 127 | 219 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.14 |
| HSL | 217.05º | 0.67% | 0.57% | - |
| HSV(B) | 217.05º | 0.68% | 0.86% | - |
| XYZ | 22.9 | 21.6 | 69.98 | - |
| YUV | 120.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 219 | 0.68 | 0.42 | 0 | 0.14 | 217.05 | 0.67 | 0.57 |
| Hex | 46 | 7F | DB | 44 | 2A | 0 | E | D9 | 43 | 39 |
| Octal | 106 | 177 | 333 | 104 | 52 | 0 | 16 | 331 | 103 | 71 |
| Binary | 1000110 | 1111111 | 11011011 | 1000100 | 101010 | 0 | 1110 | 11011001 | 1000011 | 111001 |
Color Harmonies of #467FDB
Complementary color
Monochromatic Colors of #467FDB
Black with #467FDB
Text Example
Text Example
White with #467FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FDB; }
p { color: rgb(70,127,219); }
H1.HeaderClassName
{
color: #467FDB;
}
.AnyTagClassName
{
color: #467FDB;
}
</style>
background-color css
<style>
a { background-color: #467FDB; }
a { background-color: rgb(70,127,219); }
div.DivClassName
{
background-color: #467FDB;
}
.BgClassName
{
background-color: #467FDB;
}
</style>
border-color css
<style>
span { border-color: #467FDB; }
span { border-color: rgb(70,127,219); }
td.TdClassName
{
border-color: #467FDB;
}
.TagClassName
{
border-color: #467FDB;
}
</style>