Shades of Royal Blue #467DF3
Tints of Royal Blue #467DF3
RGB
CMYK
RGB Variations
Color information
#467DF3 (or 0x467DF3) is known color: Royal Blue. HEX triplet: 46, 7D and F3. RGB value is (70,125,243). Sum of RGB (Red+Green+Blue) = 70+125+243=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #467DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467DF3 is #B9820C. Grayscale: #797979. Windows color (decimal): -12157453 or 15957318. OLE color: 15957318.
HSL color Cylindrical-coordinate representation of color #467DF3: hue angle of 220.92º 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 #467DF3 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 125 | 243 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.05 |
| HSL | 220.92º | 0.88% | 0.61% | - |
| HSV(B) | 220.92º | 0.71% | 0.95% | - |
| XYZ | 26.04 | 22.44 | 87.75 | - |
| YUV | 122.01 | 196.28 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 243 | 0.71 | 0.49 | 0 | 0.05 | 220.92 | 0.88 | 0.61 |
| Hex | 46 | 7D | F3 | 47 | 31 | 0 | 5 | DD | 58 | 3D |
| Octal | 106 | 175 | 363 | 107 | 61 | 0 | 5 | 335 | 130 | 75 |
| Binary | 1000110 | 1111101 | 11110011 | 1000111 | 110001 | 0 | 101 | 11011101 | 1011000 | 111101 |
Color Harmonies of #467DF3
Complementary color
Monochromatic Colors of #467DF3
Black with #467DF3
Text Example
Text Example
White with #467DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DF3; }
p { color: rgb(70,125,243); }
H1.HeaderClassName
{
color: #467DF3;
}
.AnyTagClassName
{
color: #467DF3;
}
</style>
background-color css
<style>
a { background-color: #467DF3; }
a { background-color: rgb(70,125,243); }
div.DivClassName
{
background-color: #467DF3;
}
.BgClassName
{
background-color: #467DF3;
}
</style>
border-color css
<style>
span { border-color: #467DF3; }
span { border-color: rgb(70,125,243); }
td.TdClassName
{
border-color: #467DF3;
}
.TagClassName
{
border-color: #467DF3;
}
</style>