Shades of Royal Blue #467DFF
Tints of Royal Blue #467DFF
RGB
CMYK
RGB Variations
Color information
#467DFF (or 0x467DFF) is known color: Royal Blue. HEX triplet: 46, 7D and FF. RGB value is (70,125,255). Sum of RGB (Red+Green+Blue) = 70+125+255=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #467DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DFF is #B98200. Grayscale: #7A7A7A. Windows color (decimal): -12157441 or 16743750. OLE color: 16743750.
HSL color Cylindrical-coordinate representation of color #467DFF: hue angle of 222.16º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #467DFF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 125 | 255 | - |
| CMYK | 0.73 | 0.51 | 0 | 0 |
| HSL | 222.16º | 1% | 0.64% | - |
| HSV(B) | 222.16º | 0.73% | 1% | - |
| XYZ | 27.91 | 23.19 | 97.61 | - |
| YUV | 123.38 | 202.28 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 255 | 0.73 | 0.51 | 0 | 0 | 222.16 | 1 | 0.64 |
| Hex | 46 | 7D | FF | 49 | 33 | 0 | 0 | DE | 64 | 40 |
| Octal | 106 | 175 | 377 | 111 | 63 | 0 | 0 | 336 | 144 | 100 |
| Binary | 1000110 | 1111101 | 11111111 | 1001001 | 110011 | 0 | 0 | 11011110 | 1100100 | 1000000 |
Color Harmonies of #467DFF
Complementary color
Monochromatic Colors of #467DFF
Black with #467DFF
Text Example
Text Example
White with #467DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DFF; }
p { color: rgb(70,125,255); }
H1.HeaderClassName
{
color: #467DFF;
}
.AnyTagClassName
{
color: #467DFF;
}
</style>
background-color css
<style>
a { background-color: #467DFF; }
a { background-color: rgb(70,125,255); }
div.DivClassName
{
background-color: #467DFF;
}
.BgClassName
{
background-color: #467DFF;
}
</style>
border-color css
<style>
span { border-color: #467DFF; }
span { border-color: rgb(70,125,255); }
td.TdClassName
{
border-color: #467DFF;
}
.TagClassName
{
border-color: #467DFF;
}
</style>