Shades of Royal Blue #467EFE
Tints of Royal Blue #467EFE
RGB
CMYK
RGB Variations
Color information
#467EFE (or 0x467EFE) is known color: Royal Blue. HEX triplet: 46, 7E and FE. RGB value is (70,126,254). Sum of RGB (Red+Green+Blue) = 70+126+254=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #467EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467EFE is #B98101. Grayscale: #7B7B7B. Windows color (decimal): -12157186 or 16678470. OLE color: 16678470.
HSL color Cylindrical-coordinate representation of color #467EFE: hue angle of 221.74º 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 #467EFE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 126 | 254 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.00 |
| HSL | 221.74º | 0.99% | 0.64% | - |
| HSV(B) | 221.74º | 0.72% | 1% | - |
| XYZ | 27.88 | 23.38 | 96.81 | - |
| YUV | 123.85 | 201.45 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 254 | 0.72 | 0.50 | 0 | 0.00 | 221.74 | 0.99 | 0.64 |
| Hex | 46 | 7E | FE | 48 | 32 | 0 | 0 | DE | 63 | 40 |
| Octal | 106 | 176 | 376 | 110 | 62 | 0 | 0 | 336 | 143 | 100 |
| Binary | 1000110 | 1111110 | 11111110 | 1001000 | 110010 | 0 | 0 | 11011110 | 1100011 | 1000000 |
Color Harmonies of #467EFE
Complementary color
Monochromatic Colors of #467EFE
Black with #467EFE
Text Example
Text Example
White with #467EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EFE; }
p { color: rgb(70,126,254); }
H1.HeaderClassName
{
color: #467EFE;
}
.AnyTagClassName
{
color: #467EFE;
}
</style>
background-color css
<style>
a { background-color: #467EFE; }
a { background-color: rgb(70,126,254); }
div.DivClassName
{
background-color: #467EFE;
}
.BgClassName
{
background-color: #467EFE;
}
</style>
border-color css
<style>
span { border-color: #467EFE; }
span { border-color: rgb(70,126,254); }
td.TdClassName
{
border-color: #467EFE;
}
.TagClassName
{
border-color: #467EFE;
}
</style>