Shades of Royal Blue #467CFB
Tints of Royal Blue #467CFB
RGB
CMYK
RGB Variations
Color information
#467CFB (or 0x467CFB) is known color: Royal Blue. HEX triplet: 46, 7C and FB. RGB value is (70,124,251). Sum of RGB (Red+Green+Blue) = 70+124+251=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #467CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CFB is #B98304. Grayscale: #797979. Windows color (decimal): -12157701 or 16481350. OLE color: 16481350.
HSL color Cylindrical-coordinate representation of color #467CFB: hue angle of 222.1º 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 #467CFB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 124 | 251 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.02 |
| HSL | 222.1º | 0.96% | 0.63% | - |
| HSV(B) | 222.1º | 0.72% | 0.98% | - |
| XYZ | 27.15 | 22.68 | 94.21 | - |
| YUV | 122.33 | 200.61 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 251 | 0.72 | 0.51 | 0 | 0.02 | 222.1 | 0.96 | 0.63 |
| Hex | 46 | 7C | FB | 48 | 33 | 0 | 2 | DE | 60 | 3F |
| Octal | 106 | 174 | 373 | 110 | 63 | 0 | 2 | 336 | 140 | 77 |
| Binary | 1000110 | 1111100 | 11111011 | 1001000 | 110011 | 0 | 10 | 11011110 | 1100000 | 111111 |
Color Harmonies of #467CFB
Complementary color
Monochromatic Colors of #467CFB
Black with #467CFB
Text Example
Text Example
White with #467CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CFB; }
p { color: rgb(70,124,251); }
H1.HeaderClassName
{
color: #467CFB;
}
.AnyTagClassName
{
color: #467CFB;
}
</style>
background-color css
<style>
a { background-color: #467CFB; }
a { background-color: rgb(70,124,251); }
div.DivClassName
{
background-color: #467CFB;
}
.BgClassName
{
background-color: #467CFB;
}
</style>
border-color css
<style>
span { border-color: #467CFB; }
span { border-color: rgb(70,124,251); }
td.TdClassName
{
border-color: #467CFB;
}
.TagClassName
{
border-color: #467CFB;
}
</style>