Shades of Royal Blue #467FFE
Tints of Royal Blue #467FFE
RGB
CMYK
RGB Variations
Color information
#467FFE (or 0x467FFE) is known color: Royal Blue. HEX triplet: 46, 7F and FE. RGB value is (70,127,254). Sum of RGB (Red+Green+Blue) = 70+127+254=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #467FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467FFE is #B98001. Grayscale: #7B7B7B. Windows color (decimal): -12156930 or 16678726. OLE color: 16678726.
HSL color Cylindrical-coordinate representation of color #467FFE: hue angle of 221.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467FFE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 127 | 254 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.00 |
| HSL | 221.41º | 0.99% | 0.64% | - |
| HSV(B) | 221.41º | 0.72% | 1% | - |
| XYZ | 28 | 23.64 | 96.85 | - |
| YUV | 124.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 254 | 0.72 | 0.50 | 0 | 0.00 | 221.41 | 0.99 | 0.64 |
| Hex | 46 | 7F | FE | 48 | 32 | 0 | 0 | DD | 63 | 40 |
| Octal | 106 | 177 | 376 | 110 | 62 | 0 | 0 | 335 | 143 | 100 |
| Binary | 1000110 | 1111111 | 11111110 | 1001000 | 110010 | 0 | 0 | 11011101 | 1100011 | 1000000 |
Color Harmonies of #467FFE
Complementary color
Monochromatic Colors of #467FFE
Black with #467FFE
Text Example
Text Example
White with #467FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FFE; }
p { color: rgb(70,127,254); }
H1.HeaderClassName
{
color: #467FFE;
}
.AnyTagClassName
{
color: #467FFE;
}
</style>
background-color css
<style>
a { background-color: #467FFE; }
a { background-color: rgb(70,127,254); }
div.DivClassName
{
background-color: #467FFE;
}
.BgClassName
{
background-color: #467FFE;
}
</style>
border-color css
<style>
span { border-color: #467FFE; }
span { border-color: rgb(70,127,254); }
td.TdClassName
{
border-color: #467FFE;
}
.TagClassName
{
border-color: #467FFE;
}
</style>