Shades of Royal Blue #467BFD
Tints of Royal Blue #467BFD
RGB
CMYK
RGB Variations
Color information
#467BFD (or 0x467BFD) is known color: Royal Blue. HEX triplet: 46, 7B and FD. RGB value is (70,123,253). Sum of RGB (Red+Green+Blue) = 70+123+253=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #467BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467BFD is #B98402. Grayscale: #797979. Windows color (decimal): -12157955 or 16612166. OLE color: 16612166.
HSL color Cylindrical-coordinate representation of color #467BFD: hue angle of 222.62º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467BFD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 123 | 253 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.01 |
| HSL | 222.62º | 0.98% | 0.63% | - |
| HSV(B) | 222.62º | 0.72% | 0.99% | - |
| XYZ | 27.34 | 22.56 | 95.84 | - |
| YUV | 121.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 253 | 0.72 | 0.51 | 0 | 0.01 | 222.62 | 0.98 | 0.63 |
| Hex | 46 | 7B | FD | 48 | 33 | 0 | 1 | DF | 62 | 3F |
| Octal | 106 | 173 | 375 | 110 | 63 | 0 | 1 | 337 | 142 | 77 |
| Binary | 1000110 | 1111011 | 11111101 | 1001000 | 110011 | 0 | 1 | 11011111 | 1100010 | 111111 |
Color Harmonies of #467BFD
Complementary color
Monochromatic Colors of #467BFD
Black with #467BFD
Text Example
Text Example
White with #467BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BFD; }
p { color: rgb(70,123,253); }
H1.HeaderClassName
{
color: #467BFD;
}
.AnyTagClassName
{
color: #467BFD;
}
</style>
background-color css
<style>
a { background-color: #467BFD; }
a { background-color: rgb(70,123,253); }
div.DivClassName
{
background-color: #467BFD;
}
.BgClassName
{
background-color: #467BFD;
}
</style>
border-color css
<style>
span { border-color: #467BFD; }
span { border-color: rgb(70,123,253); }
td.TdClassName
{
border-color: #467BFD;
}
.TagClassName
{
border-color: #467BFD;
}
</style>