Shades of Royal Blue #467EEE
Tints of Royal Blue #467EEE
RGB
CMYK
RGB Variations
Color information
#467EEE (or 0x467EEE) is known color: Royal Blue. HEX triplet: 46, 7E and EE. RGB value is (70,126,238). Sum of RGB (Red+Green+Blue) = 70+126+238=434 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.13% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #467EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467EEE is #B98111. Grayscale: #797979. Windows color (decimal): -12157202 or 15629894. OLE color: 15629894.
HSL color Cylindrical-coordinate representation of color #467EEE: hue angle of 220º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467EEE is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 126 | 238 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.07 |
| HSL | 220º | 0.83% | 0.6% | - |
| HSV(B) | 220º | 0.71% | 0.93% | - |
| XYZ | 25.42 | 22.4 | 83.87 | - |
| YUV | 122.02 | 193.45 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 238 | 0.71 | 0.47 | 0 | 0.07 | 220 | 0.83 | 0.6 |
| Hex | 46 | 7E | EE | 47 | 2F | 0 | 7 | DC | 53 | 3C |
| Octal | 106 | 176 | 356 | 107 | 57 | 0 | 7 | 334 | 123 | 74 |
| Binary | 1000110 | 1111110 | 11101110 | 1000111 | 101111 | 0 | 111 | 11011100 | 1010011 | 111100 |
Color Harmonies of #467EEE
Complementary color
Monochromatic Colors of #467EEE
Black with #467EEE
Text Example
Text Example
White with #467EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EEE; }
p { color: rgb(70,126,238); }
H1.HeaderClassName
{
color: #467EEE;
}
.AnyTagClassName
{
color: #467EEE;
}
</style>
background-color css
<style>
a { background-color: #467EEE; }
a { background-color: rgb(70,126,238); }
div.DivClassName
{
background-color: #467EEE;
}
.BgClassName
{
background-color: #467EEE;
}
</style>
border-color css
<style>
span { border-color: #467EEE; }
span { border-color: rgb(70,126,238); }
td.TdClassName
{
border-color: #467EEE;
}
.TagClassName
{
border-color: #467EEE;
}
</style>