Shades of Royal Blue #467CFD
Tints of Royal Blue #467CFD
RGB
CMYK
RGB Variations
Color information
#467CFD (or 0x467CFD) is known color: Royal Blue. HEX triplet: 46, 7C and FD. RGB value is (70,124,253). Sum of RGB (Red+Green+Blue) = 70+124+253=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #467CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CFD is #B98302. Grayscale: #797979. Windows color (decimal): -12157699 or 16612422. OLE color: 16612422.
HSL color Cylindrical-coordinate representation of color #467CFD: hue angle of 222.3º 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 #467CFD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 124 | 253 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.01 |
| HSL | 222.3º | 0.98% | 0.63% | - |
| HSV(B) | 222.3º | 0.72% | 0.99% | - |
| XYZ | 27.46 | 22.81 | 95.88 | - |
| YUV | 122.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 253 | 0.72 | 0.51 | 0 | 0.01 | 222.3 | 0.98 | 0.63 |
| Hex | 46 | 7C | FD | 48 | 33 | 0 | 1 | DE | 62 | 3F |
| Octal | 106 | 174 | 375 | 110 | 63 | 0 | 1 | 336 | 142 | 77 |
| Binary | 1000110 | 1111100 | 11111101 | 1001000 | 110011 | 0 | 1 | 11011110 | 1100010 | 111111 |
Color Harmonies of #467CFD
Complementary color
Monochromatic Colors of #467CFD
Black with #467CFD
Text Example
Text Example
White with #467CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CFD; }
p { color: rgb(70,124,253); }
H1.HeaderClassName
{
color: #467CFD;
}
.AnyTagClassName
{
color: #467CFD;
}
</style>
background-color css
<style>
a { background-color: #467CFD; }
a { background-color: rgb(70,124,253); }
div.DivClassName
{
background-color: #467CFD;
}
.BgClassName
{
background-color: #467CFD;
}
</style>
border-color css
<style>
span { border-color: #467CFD; }
span { border-color: rgb(70,124,253); }
td.TdClassName
{
border-color: #467CFD;
}
.TagClassName
{
border-color: #467CFD;
}
</style>