Shades of Royal Blue #467FE1
Tints of Royal Blue #467FE1
RGB
CMYK
RGB Variations
Color information
#467FE1 (or 0x467FE1) is known color: Royal Blue. HEX triplet: 46, 7F and E1. RGB value is (70,127,225). Sum of RGB (Red+Green+Blue) = 70+127+225=422 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.59% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #467FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FE1 is #B9801E. Grayscale: #787878. Windows color (decimal): -12156959 or 14778182. OLE color: 14778182.
HSL color Cylindrical-coordinate representation of color #467FE1: hue angle of 217.94º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #467FE1 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 127 | 225 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.12 |
| HSL | 217.94º | 0.72% | 0.58% | - |
| HSV(B) | 217.94º | 0.69% | 0.88% | - |
| XYZ | 23.71 | 21.92 | 74.22 | - |
| YUV | 121.13 | 186.62 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 225 | 0.69 | 0.44 | 0 | 0.12 | 217.94 | 0.72 | 0.58 |
| Hex | 46 | 7F | E1 | 45 | 2C | 0 | C | DA | 48 | 3A |
| Octal | 106 | 177 | 341 | 105 | 54 | 0 | 14 | 332 | 110 | 72 |
| Binary | 1000110 | 1111111 | 11100001 | 1000101 | 101100 | 0 | 1100 | 11011010 | 1001000 | 111010 |
Color Harmonies of #467FE1
Complementary color
Monochromatic Colors of #467FE1
Black with #467FE1
Text Example
Text Example
White with #467FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FE1; }
p { color: rgb(70,127,225); }
H1.HeaderClassName
{
color: #467FE1;
}
.AnyTagClassName
{
color: #467FE1;
}
</style>
background-color css
<style>
a { background-color: #467FE1; }
a { background-color: rgb(70,127,225); }
div.DivClassName
{
background-color: #467FE1;
}
.BgClassName
{
background-color: #467FE1;
}
</style>
border-color css
<style>
span { border-color: #467FE1; }
span { border-color: rgb(70,127,225); }
td.TdClassName
{
border-color: #467FE1;
}
.TagClassName
{
border-color: #467FE1;
}
</style>