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