Shades of Royal Blue #467AFD
Tints of Royal Blue #467AFD
RGB
CMYK
RGB Variations
Color information
#467AFD (or 0x467AFD) is known color: Royal Blue. HEX triplet: 46, 7A and FD. RGB value is (70,122,253). Sum of RGB (Red+Green+Blue) = 70+122+253=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #467AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AFD is #B98502. Grayscale: #787878. Windows color (decimal): -12158211 or 16611910. OLE color: 16611910.
HSL color Cylindrical-coordinate representation of color #467AFD: hue angle of 222.95º 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 #467AFD is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 122 | 253 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.01 |
| HSL | 222.95º | 0.98% | 0.63% | - |
| HSV(B) | 222.95º | 0.72% | 0.99% | - |
| XYZ | 27.21 | 22.31 | 95.8 | - |
| YUV | 121.39 | 202.27 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 253 | 0.72 | 0.52 | 0 | 0.01 | 222.95 | 0.98 | 0.63 |
| Hex | 46 | 7A | FD | 48 | 34 | 0 | 1 | DF | 62 | 3F |
| Octal | 106 | 172 | 375 | 110 | 64 | 0 | 1 | 337 | 142 | 77 |
| Binary | 1000110 | 1111010 | 11111101 | 1001000 | 110100 | 0 | 1 | 11011111 | 1100010 | 111111 |
Color Harmonies of #467AFD
Complementary color
Monochromatic Colors of #467AFD
Black with #467AFD
Text Example
Text Example
White with #467AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AFD; }
p { color: rgb(70,122,253); }
H1.HeaderClassName
{
color: #467AFD;
}
.AnyTagClassName
{
color: #467AFD;
}
</style>
background-color css
<style>
a { background-color: #467AFD; }
a { background-color: rgb(70,122,253); }
div.DivClassName
{
background-color: #467AFD;
}
.BgClassName
{
background-color: #467AFD;
}
</style>
border-color css
<style>
span { border-color: #467AFD; }
span { border-color: rgb(70,122,253); }
td.TdClassName
{
border-color: #467AFD;
}
.TagClassName
{
border-color: #467AFD;
}
</style>