Shades of Royal Blue #467FFB
Tints of Royal Blue #467FFB
RGB
CMYK
RGB Variations
Color information
#467FFB (or 0x467FFB) is known color: Royal Blue. HEX triplet: 46, 7F and FB. RGB value is (70,127,251). Sum of RGB (Red+Green+Blue) = 70+127+251=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #467FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FFB is #B98004. Grayscale: #7B7B7B. Windows color (decimal): -12156933 or 16482118. OLE color: 16482118.
HSL color Cylindrical-coordinate representation of color #467FFB: hue angle of 221.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 #467FFB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 127 | 251 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.02 |
| HSL | 221.11º | 0.96% | 0.63% | - |
| HSV(B) | 221.11º | 0.72% | 0.98% | - |
| XYZ | 27.53 | 23.45 | 94.34 | - |
| YUV | 124.09 | 199.62 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 251 | 0.72 | 0.49 | 0 | 0.02 | 221.11 | 0.96 | 0.63 |
| Hex | 46 | 7F | FB | 48 | 31 | 0 | 2 | DD | 60 | 3F |
| Octal | 106 | 177 | 373 | 110 | 61 | 0 | 2 | 335 | 140 | 77 |
| Binary | 1000110 | 1111111 | 11111011 | 1001000 | 110001 | 0 | 10 | 11011101 | 1100000 | 111111 |
Color Harmonies of #467FFB
Complementary color
Monochromatic Colors of #467FFB
Black with #467FFB
Text Example
Text Example
White with #467FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FFB; }
p { color: rgb(70,127,251); }
H1.HeaderClassName
{
color: #467FFB;
}
.AnyTagClassName
{
color: #467FFB;
}
</style>
background-color css
<style>
a { background-color: #467FFB; }
a { background-color: rgb(70,127,251); }
div.DivClassName
{
background-color: #467FFB;
}
.BgClassName
{
background-color: #467FFB;
}
</style>
border-color css
<style>
span { border-color: #467FFB; }
span { border-color: rgb(70,127,251); }
td.TdClassName
{
border-color: #467FFB;
}
.TagClassName
{
border-color: #467FFB;
}
</style>