Shades of Royal Blue #467CF3
Tints of Royal Blue #467CF3
RGB
CMYK
RGB Variations
Color information
#467CF3 (or 0x467CF3) is known color: Royal Blue. HEX triplet: 46, 7C and F3. RGB value is (70,124,243). Sum of RGB (Red+Green+Blue) = 70+124+243=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #467CF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467CF3 is #B9830C. Grayscale: #787878. Windows color (decimal): -12157709 or 15957062. OLE color: 15957062.
HSL color Cylindrical-coordinate representation of color #467CF3: hue angle of 221.27º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467CF3 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 124 | 243 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.05 |
| HSL | 221.27º | 0.88% | 0.61% | - |
| HSV(B) | 221.27º | 0.71% | 0.95% | - |
| XYZ | 25.91 | 22.19 | 87.71 | - |
| YUV | 121.42 | 196.61 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 243 | 0.71 | 0.49 | 0 | 0.05 | 221.27 | 0.88 | 0.61 |
| Hex | 46 | 7C | F3 | 47 | 31 | 0 | 5 | DD | 58 | 3D |
| Octal | 106 | 174 | 363 | 107 | 61 | 0 | 5 | 335 | 130 | 75 |
| Binary | 1000110 | 1111100 | 11110011 | 1000111 | 110001 | 0 | 101 | 11011101 | 1011000 | 111101 |
Color Harmonies of #467CF3
Complementary color
Monochromatic Colors of #467CF3
Black with #467CF3
Text Example
Text Example
White with #467CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CF3; }
p { color: rgb(70,124,243); }
H1.HeaderClassName
{
color: #467CF3;
}
.AnyTagClassName
{
color: #467CF3;
}
</style>
background-color css
<style>
a { background-color: #467CF3; }
a { background-color: rgb(70,124,243); }
div.DivClassName
{
background-color: #467CF3;
}
.BgClassName
{
background-color: #467CF3;
}
</style>
border-color css
<style>
span { border-color: #467CF3; }
span { border-color: rgb(70,124,243); }
td.TdClassName
{
border-color: #467CF3;
}
.TagClassName
{
border-color: #467CF3;
}
</style>