Shades of Royal Blue #467DEB
Tints of Royal Blue #467DEB
RGB
CMYK
RGB Variations
Color information
#467DEB (or 0x467DEB) is known color: Royal Blue. HEX triplet: 46, 7D and EB. RGB value is (70,125,235). Sum of RGB (Red+Green+Blue) = 70+125+235=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #467DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DEB is #B98214. Grayscale: #787878. Windows color (decimal): -12157461 or 15433030. OLE color: 15433030.
HSL color Cylindrical-coordinate representation of color #467DEB: hue angle of 220º 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 #467DEB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 125 | 235 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.08 |
| HSL | 220º | 0.8% | 0.6% | - |
| HSV(B) | 220º | 0.7% | 0.92% | - |
| XYZ | 24.85 | 21.97 | 81.53 | - |
| YUV | 121.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 235 | 0.70 | 0.47 | 0 | 0.08 | 220 | 0.8 | 0.6 |
| Hex | 46 | 7D | EB | 46 | 2F | 0 | 8 | DC | 50 | 3C |
| Octal | 106 | 175 | 353 | 106 | 57 | 0 | 10 | 334 | 120 | 74 |
| Binary | 1000110 | 1111101 | 11101011 | 1000110 | 101111 | 0 | 1000 | 11011100 | 1010000 | 111100 |
Color Harmonies of #467DEB
Complementary color
Monochromatic Colors of #467DEB
Black with #467DEB
Text Example
Text Example
White with #467DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DEB; }
p { color: rgb(70,125,235); }
H1.HeaderClassName
{
color: #467DEB;
}
.AnyTagClassName
{
color: #467DEB;
}
</style>
background-color css
<style>
a { background-color: #467DEB; }
a { background-color: rgb(70,125,235); }
div.DivClassName
{
background-color: #467DEB;
}
.BgClassName
{
background-color: #467DEB;
}
</style>
border-color css
<style>
span { border-color: #467DEB; }
span { border-color: rgb(70,125,235); }
td.TdClassName
{
border-color: #467DEB;
}
.TagClassName
{
border-color: #467DEB;
}
</style>