Shades of Royal Blue #467DFD
Tints of Royal Blue #467DFD
RGB
CMYK
RGB Variations
Color information
#467DFD (or 0x467DFD) is known color: Royal Blue. HEX triplet: 46, 7D and FD. RGB value is (70,125,253). Sum of RGB (Red+Green+Blue) = 70+125+253=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #467DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DFD is #B98202. Grayscale: #7A7A7A. Windows color (decimal): -12157443 or 16612678. OLE color: 16612678.
HSL color Cylindrical-coordinate representation of color #467DFD: hue angle of 221.97º 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 #467DFD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 125 | 253 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.01 |
| HSL | 221.97º | 0.98% | 0.63% | - |
| HSV(B) | 221.97º | 0.72% | 0.99% | - |
| XYZ | 27.59 | 23.06 | 95.93 | - |
| YUV | 123.15 | 201.28 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 253 | 0.72 | 0.51 | 0 | 0.01 | 221.97 | 0.98 | 0.63 |
| Hex | 46 | 7D | FD | 48 | 33 | 0 | 1 | DE | 62 | 3F |
| Octal | 106 | 175 | 375 | 110 | 63 | 0 | 1 | 336 | 142 | 77 |
| Binary | 1000110 | 1111101 | 11111101 | 1001000 | 110011 | 0 | 1 | 11011110 | 1100010 | 111111 |
Color Harmonies of #467DFD
Complementary color
Monochromatic Colors of #467DFD
Black with #467DFD
Text Example
Text Example
White with #467DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DFD; }
p { color: rgb(70,125,253); }
H1.HeaderClassName
{
color: #467DFD;
}
.AnyTagClassName
{
color: #467DFD;
}
</style>
background-color css
<style>
a { background-color: #467DFD; }
a { background-color: rgb(70,125,253); }
div.DivClassName
{
background-color: #467DFD;
}
.BgClassName
{
background-color: #467DFD;
}
</style>
border-color css
<style>
span { border-color: #467DFD; }
span { border-color: rgb(70,125,253); }
td.TdClassName
{
border-color: #467DFD;
}
.TagClassName
{
border-color: #467DFD;
}
</style>