Shades of Royal Blue #467FDE
Tints of Royal Blue #467FDE
RGB
CMYK
RGB Variations
Color information
#467FDE (or 0x467FDE) is known color: Royal Blue. HEX triplet: 46, 7F and DE. RGB value is (70,127,222). Sum of RGB (Red+Green+Blue) = 70+127+222=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #467FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FDE is #B98021. Grayscale: #787878. Windows color (decimal): -12156962 or 14581574. OLE color: 14581574.
HSL color Cylindrical-coordinate representation of color #467FDE: hue angle of 217.5º degrees, saturation: 0.7, 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 #467FDE is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 127 | 222 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.13 |
| HSL | 217.5º | 0.7% | 0.57% | - |
| HSV(B) | 217.5º | 0.68% | 0.87% | - |
| XYZ | 23.3 | 21.75 | 72.08 | - |
| YUV | 120.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 222 | 0.68 | 0.43 | 0 | 0.13 | 217.5 | 0.7 | 0.57 |
| Hex | 46 | 7F | DE | 44 | 2B | 0 | D | DA | 46 | 39 |
| Octal | 106 | 177 | 336 | 104 | 53 | 0 | 15 | 332 | 106 | 71 |
| Binary | 1000110 | 1111111 | 11011110 | 1000100 | 101011 | 0 | 1101 | 11011010 | 1000110 | 111001 |
Color Harmonies of #467FDE
Complementary color
Monochromatic Colors of #467FDE
Black with #467FDE
Text Example
Text Example
White with #467FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FDE; }
p { color: rgb(70,127,222); }
H1.HeaderClassName
{
color: #467FDE;
}
.AnyTagClassName
{
color: #467FDE;
}
</style>
background-color css
<style>
a { background-color: #467FDE; }
a { background-color: rgb(70,127,222); }
div.DivClassName
{
background-color: #467FDE;
}
.BgClassName
{
background-color: #467FDE;
}
</style>
border-color css
<style>
span { border-color: #467FDE; }
span { border-color: rgb(70,127,222); }
td.TdClassName
{
border-color: #467FDE;
}
.TagClassName
{
border-color: #467FDE;
}
</style>