Shades of Royal Blue #467EFB
Tints of Royal Blue #467EFB
RGB
CMYK
RGB Variations
Color information
#467EFB (or 0x467EFB) is known color: Royal Blue. HEX triplet: 46, 7E and FB. RGB value is (70,126,251). Sum of RGB (Red+Green+Blue) = 70+126+251=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #467EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467EFB is #B98104. Grayscale: #7A7A7A. Windows color (decimal): -12157189 or 16481862. OLE color: 16481862.
HSL color Cylindrical-coordinate representation of color #467EFB: hue angle of 221.44º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467EFB is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 126 | 251 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.02 |
| HSL | 221.44º | 0.96% | 0.63% | - |
| HSV(B) | 221.44º | 0.72% | 0.98% | - |
| XYZ | 27.4 | 23.19 | 94.3 | - |
| YUV | 123.51 | 199.95 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 251 | 0.72 | 0.50 | 0 | 0.02 | 221.44 | 0.96 | 0.63 |
| Hex | 46 | 7E | FB | 48 | 32 | 0 | 2 | DD | 60 | 3F |
| Octal | 106 | 176 | 373 | 110 | 62 | 0 | 2 | 335 | 140 | 77 |
| Binary | 1000110 | 1111110 | 11111011 | 1001000 | 110010 | 0 | 10 | 11011101 | 1100000 | 111111 |
Color Harmonies of #467EFB
Complementary color
Monochromatic Colors of #467EFB
Black with #467EFB
Text Example
Text Example
White with #467EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EFB; }
p { color: rgb(70,126,251); }
H1.HeaderClassName
{
color: #467EFB;
}
.AnyTagClassName
{
color: #467EFB;
}
</style>
background-color css
<style>
a { background-color: #467EFB; }
a { background-color: rgb(70,126,251); }
div.DivClassName
{
background-color: #467EFB;
}
.BgClassName
{
background-color: #467EFB;
}
</style>
border-color css
<style>
span { border-color: #467EFB; }
span { border-color: rgb(70,126,251); }
td.TdClassName
{
border-color: #467EFB;
}
.TagClassName
{
border-color: #467EFB;
}
</style>