Shades of Royal Blue #467CFE
Tints of Royal Blue #467CFE
RGB
CMYK
RGB Variations
Color information
#467CFE (or 0x467CFE) is known color: Royal Blue. HEX triplet: 46, 7C and FE. RGB value is (70,124,254). Sum of RGB (Red+Green+Blue) = 70+124+254=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #467CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CFE is #B98301. Grayscale: #7A7A7A. Windows color (decimal): -12157698 or 16677958. OLE color: 16677958.
HSL color Cylindrical-coordinate representation of color #467CFE: hue angle of 222.39º 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 #467CFE is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 124 | 254 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.00 |
| HSL | 222.39º | 0.99% | 0.64% | - |
| HSV(B) | 222.39º | 0.72% | 1% | - |
| XYZ | 27.62 | 22.87 | 96.73 | - |
| YUV | 122.67 | 202.11 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 254 | 0.72 | 0.51 | 0 | 0.00 | 222.39 | 0.99 | 0.64 |
| Hex | 46 | 7C | FE | 48 | 33 | 0 | 0 | DE | 63 | 40 |
| Octal | 106 | 174 | 376 | 110 | 63 | 0 | 0 | 336 | 143 | 100 |
| Binary | 1000110 | 1111100 | 11111110 | 1001000 | 110011 | 0 | 0 | 11011110 | 1100011 | 1000000 |
Color Harmonies of #467CFE
Complementary color
Monochromatic Colors of #467CFE
Black with #467CFE
Text Example
Text Example
White with #467CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CFE; }
p { color: rgb(70,124,254); }
H1.HeaderClassName
{
color: #467CFE;
}
.AnyTagClassName
{
color: #467CFE;
}
</style>
background-color css
<style>
a { background-color: #467CFE; }
a { background-color: rgb(70,124,254); }
div.DivClassName
{
background-color: #467CFE;
}
.BgClassName
{
background-color: #467CFE;
}
</style>
border-color css
<style>
span { border-color: #467CFE; }
span { border-color: rgb(70,124,254); }
td.TdClassName
{
border-color: #467CFE;
}
.TagClassName
{
border-color: #467CFE;
}
</style>