Shades of Royal Blue #467EEF
Tints of Royal Blue #467EEF
RGB
CMYK
RGB Variations
Color information
#467EEF (or 0x467EEF) is known color: Royal Blue. HEX triplet: 46, 7E and EF. RGB value is (70,126,239). Sum of RGB (Red+Green+Blue) = 70+126+239=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #467EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467EEF is #B98110. Grayscale: #797979. Windows color (decimal): -12157201 or 15695430. OLE color: 15695430.
HSL color Cylindrical-coordinate representation of color #467EEF: hue angle of 220.12º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467EEF is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 126 | 239 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.06 |
| HSL | 220.12º | 0.84% | 0.61% | - |
| HSV(B) | 220.12º | 0.71% | 0.94% | - |
| XYZ | 25.57 | 22.46 | 84.65 | - |
| YUV | 122.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 239 | 0.71 | 0.47 | 0 | 0.06 | 220.12 | 0.84 | 0.61 |
| Hex | 46 | 7E | EF | 47 | 2F | 0 | 6 | DC | 54 | 3D |
| Octal | 106 | 176 | 357 | 107 | 57 | 0 | 6 | 334 | 124 | 75 |
| Binary | 1000110 | 1111110 | 11101111 | 1000111 | 101111 | 0 | 110 | 11011100 | 1010100 | 111101 |
Color Harmonies of #467EEF
Complementary color
Monochromatic Colors of #467EEF
Black with #467EEF
Text Example
Text Example
White with #467EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EEF; }
p { color: rgb(70,126,239); }
H1.HeaderClassName
{
color: #467EEF;
}
.AnyTagClassName
{
color: #467EEF;
}
</style>
background-color css
<style>
a { background-color: #467EEF; }
a { background-color: rgb(70,126,239); }
div.DivClassName
{
background-color: #467EEF;
}
.BgClassName
{
background-color: #467EEF;
}
</style>
border-color css
<style>
span { border-color: #467EEF; }
span { border-color: rgb(70,126,239); }
td.TdClassName
{
border-color: #467EEF;
}
.TagClassName
{
border-color: #467EEF;
}
</style>