Shades of Royal Blue #467EF8
Tints of Royal Blue #467EF8
RGB
CMYK
RGB Variations
Color information
#467EF8 (or 0x467EF8) is known color: Royal Blue. HEX triplet: 46, 7E and F8. RGB value is (70,126,248). Sum of RGB (Red+Green+Blue) = 70+126+248=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 248 (97.27% from 255 or 55.86% from 444); Max value from RGB is 248 - color contains mainly: blue. Hex color #467EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467EF8 is #B98107. Grayscale: #7A7A7A. Windows color (decimal): -12157192 or 16285254. OLE color: 16285254.
HSL color Cylindrical-coordinate representation of color #467EF8: hue angle of 221.12º 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 #467EF8 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 126 | 248 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.03 |
| HSL | 221.12º | 0.93% | 0.62% | - |
| HSV(B) | 221.12º | 0.72% | 0.97% | - |
| XYZ | 26.93 | 23 | 91.83 | - |
| YUV | 123.16 | 198.45 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 248 | 0.72 | 0.49 | 0 | 0.03 | 221.12 | 0.93 | 0.62 |
| Hex | 46 | 7E | F8 | 48 | 31 | 0 | 3 | DD | 5D | 3E |
| Octal | 106 | 176 | 370 | 110 | 61 | 0 | 3 | 335 | 135 | 76 |
| Binary | 1000110 | 1111110 | 11111000 | 1001000 | 110001 | 0 | 11 | 11011101 | 1011101 | 111110 |
Color Harmonies of #467EF8
Complementary color
Monochromatic Colors of #467EF8
Black with #467EF8
Text Example
Text Example
White with #467EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EF8; }
p { color: rgb(70,126,248); }
H1.HeaderClassName
{
color: #467EF8;
}
.AnyTagClassName
{
color: #467EF8;
}
</style>
background-color css
<style>
a { background-color: #467EF8; }
a { background-color: rgb(70,126,248); }
div.DivClassName
{
background-color: #467EF8;
}
.BgClassName
{
background-color: #467EF8;
}
</style>
border-color css
<style>
span { border-color: #467EF8; }
span { border-color: rgb(70,126,248); }
td.TdClassName
{
border-color: #467EF8;
}
.TagClassName
{
border-color: #467EF8;
}
</style>