Shades of Royal Blue #467BFE
Tints of Royal Blue #467BFE
RGB
CMYK
RGB Variations
Color information
#467BFE (or 0x467BFE) is known color: Royal Blue. HEX triplet: 46, 7B and FE. RGB value is (70,123,254). Sum of RGB (Red+Green+Blue) = 70+123+254=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #467BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BFE is #B98401. Grayscale: #797979. Windows color (decimal): -12157954 or 16677702. OLE color: 16677702.
HSL color Cylindrical-coordinate representation of color #467BFE: hue angle of 222.72º 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 #467BFE is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 123 | 254 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.00 |
| HSL | 222.72º | 0.99% | 0.64% | - |
| HSV(B) | 222.72º | 0.72% | 1% | - |
| XYZ | 27.5 | 22.62 | 96.68 | - |
| YUV | 122.09 | 202.44 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 254 | 0.72 | 0.52 | 0 | 0.00 | 222.72 | 0.99 | 0.64 |
| Hex | 46 | 7B | FE | 48 | 34 | 0 | 0 | DF | 63 | 40 |
| Octal | 106 | 173 | 376 | 110 | 64 | 0 | 0 | 337 | 143 | 100 |
| Binary | 1000110 | 1111011 | 11111110 | 1001000 | 110100 | 0 | 0 | 11011111 | 1100011 | 1000000 |
Color Harmonies of #467BFE
Complementary color
Monochromatic Colors of #467BFE
Black with #467BFE
Text Example
Text Example
White with #467BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BFE; }
p { color: rgb(70,123,254); }
H1.HeaderClassName
{
color: #467BFE;
}
.AnyTagClassName
{
color: #467BFE;
}
</style>
background-color css
<style>
a { background-color: #467BFE; }
a { background-color: rgb(70,123,254); }
div.DivClassName
{
background-color: #467BFE;
}
.BgClassName
{
background-color: #467BFE;
}
</style>
border-color css
<style>
span { border-color: #467BFE; }
span { border-color: rgb(70,123,254); }
td.TdClassName
{
border-color: #467BFE;
}
.TagClassName
{
border-color: #467BFE;
}
</style>