Shades of Royal Blue #467EED
Tints of Royal Blue #467EED
RGB
CMYK
RGB Variations
Color information
#467EED (or 0x467EED) is known color: Royal Blue. HEX triplet: 46, 7E and ED. RGB value is (70,126,237). Sum of RGB (Red+Green+Blue) = 70+126+237=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #467EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467EED is #B98112. Grayscale: #797979. Windows color (decimal): -12157203 or 15564358. OLE color: 15564358.
HSL color Cylindrical-coordinate representation of color #467EED: hue angle of 219.88º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #467EED is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 126 | 237 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.07 |
| HSL | 219.88º | 0.82% | 0.6% | - |
| HSV(B) | 219.88º | 0.7% | 0.93% | - |
| XYZ | 25.27 | 22.34 | 83.1 | - |
| YUV | 121.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 237 | 0.70 | 0.47 | 0 | 0.07 | 219.88 | 0.82 | 0.6 |
| Hex | 46 | 7E | ED | 46 | 2F | 0 | 7 | DC | 52 | 3C |
| Octal | 106 | 176 | 355 | 106 | 57 | 0 | 7 | 334 | 122 | 74 |
| Binary | 1000110 | 1111110 | 11101101 | 1000110 | 101111 | 0 | 111 | 11011100 | 1010010 | 111100 |
Color Harmonies of #467EED
Complementary color
Monochromatic Colors of #467EED
Black with #467EED
Text Example
Text Example
White with #467EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EED; }
p { color: rgb(70,126,237); }
H1.HeaderClassName
{
color: #467EED;
}
.AnyTagClassName
{
color: #467EED;
}
</style>
background-color css
<style>
a { background-color: #467EED; }
a { background-color: rgb(70,126,237); }
div.DivClassName
{
background-color: #467EED;
}
.BgClassName
{
background-color: #467EED;
}
</style>
border-color css
<style>
span { border-color: #467EED; }
span { border-color: rgb(70,126,237); }
td.TdClassName
{
border-color: #467EED;
}
.TagClassName
{
border-color: #467EED;
}
</style>