Shades of Royal Blue #467DEE
Tints of Royal Blue #467DEE
RGB
CMYK
RGB Variations
Color information
#467DEE (or 0x467DEE) is known color: Royal Blue. HEX triplet: 46, 7D and EE. RGB value is (70,125,238). Sum of RGB (Red+Green+Blue) = 70+125+238=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #467DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DEE is #B98211. Grayscale: #787878. Windows color (decimal): -12157458 or 15629638. OLE color: 15629638.
HSL color Cylindrical-coordinate representation of color #467DEE: hue angle of 220.36º 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 #467DEE is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 125 | 238 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.07 |
| HSL | 220.36º | 0.83% | 0.6% | - |
| HSV(B) | 220.36º | 0.71% | 0.93% | - |
| XYZ | 25.29 | 22.14 | 83.83 | - |
| YUV | 121.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 238 | 0.71 | 0.47 | 0 | 0.07 | 220.36 | 0.83 | 0.6 |
| Hex | 46 | 7D | EE | 47 | 2F | 0 | 7 | DC | 53 | 3C |
| Octal | 106 | 175 | 356 | 107 | 57 | 0 | 7 | 334 | 123 | 74 |
| Binary | 1000110 | 1111101 | 11101110 | 1000111 | 101111 | 0 | 111 | 11011100 | 1010011 | 111100 |
Color Harmonies of #467DEE
Complementary color
Monochromatic Colors of #467DEE
Black with #467DEE
Text Example
Text Example
White with #467DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DEE; }
p { color: rgb(70,125,238); }
H1.HeaderClassName
{
color: #467DEE;
}
.AnyTagClassName
{
color: #467DEE;
}
</style>
background-color css
<style>
a { background-color: #467DEE; }
a { background-color: rgb(70,125,238); }
div.DivClassName
{
background-color: #467DEE;
}
.BgClassName
{
background-color: #467DEE;
}
</style>
border-color css
<style>
span { border-color: #467DEE; }
span { border-color: rgb(70,125,238); }
td.TdClassName
{
border-color: #467DEE;
}
.TagClassName
{
border-color: #467DEE;
}
</style>