Shades of Royal Blue #467FF8
Tints of Royal Blue #467FF8
RGB
CMYK
RGB Variations
Color information
#467FF8 (or 0x467FF8) is known color: Royal Blue. HEX triplet: 46, 7F and F8. RGB value is (70,127,248). Sum of RGB (Red+Green+Blue) = 70+127+248=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #467FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FF8 is #B98007. Grayscale: #7B7B7B. Windows color (decimal): -12156936 or 16285510. OLE color: 16285510.
HSL color Cylindrical-coordinate representation of color #467FF8: hue angle of 220.79º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467FF8 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 127 | 248 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.03 |
| HSL | 220.79º | 0.93% | 0.62% | - |
| HSV(B) | 220.79º | 0.72% | 0.97% | - |
| XYZ | 27.06 | 23.26 | 91.87 | - |
| YUV | 123.75 | 198.12 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 248 | 0.72 | 0.49 | 0 | 0.03 | 220.79 | 0.93 | 0.62 |
| Hex | 46 | 7F | F8 | 48 | 31 | 0 | 3 | DD | 5D | 3E |
| Octal | 106 | 177 | 370 | 110 | 61 | 0 | 3 | 335 | 135 | 76 |
| Binary | 1000110 | 1111111 | 11111000 | 1001000 | 110001 | 0 | 11 | 11011101 | 1011101 | 111110 |
Color Harmonies of #467FF8
Complementary color
Monochromatic Colors of #467FF8
Black with #467FF8
Text Example
Text Example
White with #467FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FF8; }
p { color: rgb(70,127,248); }
H1.HeaderClassName
{
color: #467FF8;
}
.AnyTagClassName
{
color: #467FF8;
}
</style>
background-color css
<style>
a { background-color: #467FF8; }
a { background-color: rgb(70,127,248); }
div.DivClassName
{
background-color: #467FF8;
}
.BgClassName
{
background-color: #467FF8;
}
</style>
border-color css
<style>
span { border-color: #467FF8; }
span { border-color: rgb(70,127,248); }
td.TdClassName
{
border-color: #467FF8;
}
.TagClassName
{
border-color: #467FF8;
}
</style>