Shades of Royal Blue #467DFC
Tints of Royal Blue #467DFC
RGB
CMYK
RGB Variations
Color information
#467DFC (or 0x467DFC) is known color: Royal Blue. HEX triplet: 46, 7D and FC. RGB value is (70,125,252). Sum of RGB (Red+Green+Blue) = 70+125+252=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #467DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DFC is #B98203. Grayscale: #7A7A7A. Windows color (decimal): -12157444 or 16547142. OLE color: 16547142.
HSL color Cylindrical-coordinate representation of color #467DFC: hue angle of 221.87º degrees, saturation: 0.97, 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 #467DFC is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 125 | 252 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.01 |
| HSL | 221.87º | 0.97% | 0.63% | - |
| HSV(B) | 221.87º | 0.72% | 0.99% | - |
| XYZ | 27.43 | 23 | 95.09 | - |
| YUV | 123.03 | 200.78 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 252 | 0.72 | 0.50 | 0 | 0.01 | 221.87 | 0.97 | 0.63 |
| Hex | 46 | 7D | FC | 48 | 32 | 0 | 1 | DE | 61 | 3F |
| Octal | 106 | 175 | 374 | 110 | 62 | 0 | 1 | 336 | 141 | 77 |
| Binary | 1000110 | 1111101 | 11111100 | 1001000 | 110010 | 0 | 1 | 11011110 | 1100001 | 111111 |
Color Harmonies of #467DFC
Complementary color
Monochromatic Colors of #467DFC
Black with #467DFC
Text Example
Text Example
White with #467DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DFC; }
p { color: rgb(70,125,252); }
H1.HeaderClassName
{
color: #467DFC;
}
.AnyTagClassName
{
color: #467DFC;
}
</style>
background-color css
<style>
a { background-color: #467DFC; }
a { background-color: rgb(70,125,252); }
div.DivClassName
{
background-color: #467DFC;
}
.BgClassName
{
background-color: #467DFC;
}
</style>
border-color css
<style>
span { border-color: #467DFC; }
span { border-color: rgb(70,125,252); }
td.TdClassName
{
border-color: #467DFC;
}
.TagClassName
{
border-color: #467DFC;
}
</style>