Shades of Royal Blue #467EEB
Tints of Royal Blue #467EEB
RGB
CMYK
RGB Variations
Color information
#467EEB (or 0x467EEB) is known color: Royal Blue. HEX triplet: 46, 7E and EB. RGB value is (70,126,235). Sum of RGB (Red+Green+Blue) = 70+126+235=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #467EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467EEB is #B98114. Grayscale: #797979. Windows color (decimal): -12157205 or 15433286. OLE color: 15433286.
HSL color Cylindrical-coordinate representation of color #467EEB: hue angle of 219.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467EEB is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 126 | 235 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.08 |
| HSL | 219.64º | 0.8% | 0.6% | - |
| HSV(B) | 219.64º | 0.7% | 0.92% | - |
| XYZ | 24.98 | 22.22 | 81.57 | - |
| YUV | 121.68 | 191.95 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 235 | 0.70 | 0.46 | 0 | 0.08 | 219.64 | 0.8 | 0.6 |
| Hex | 46 | 7E | EB | 46 | 2E | 0 | 8 | DC | 50 | 3C |
| Octal | 106 | 176 | 353 | 106 | 56 | 0 | 10 | 334 | 120 | 74 |
| Binary | 1000110 | 1111110 | 11101011 | 1000110 | 101110 | 0 | 1000 | 11011100 | 1010000 | 111100 |
Color Harmonies of #467EEB
Complementary color
Monochromatic Colors of #467EEB
Black with #467EEB
Text Example
Text Example
White with #467EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EEB; }
p { color: rgb(70,126,235); }
H1.HeaderClassName
{
color: #467EEB;
}
.AnyTagClassName
{
color: #467EEB;
}
</style>
background-color css
<style>
a { background-color: #467EEB; }
a { background-color: rgb(70,126,235); }
div.DivClassName
{
background-color: #467EEB;
}
.BgClassName
{
background-color: #467EEB;
}
</style>
border-color css
<style>
span { border-color: #467EEB; }
span { border-color: rgb(70,126,235); }
td.TdClassName
{
border-color: #467EEB;
}
.TagClassName
{
border-color: #467EEB;
}
</style>