Shades of Royal Blue #467BDF
Tints of Royal Blue #467BDF
RGB
CMYK
RGB Variations
Color information
#467BDF (or 0x467BDF) is known color: Royal Blue. HEX triplet: 46, 7B and DF. RGB value is (70,123,223). Sum of RGB (Red+Green+Blue) = 70+123+223=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #467BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BDF is #B98420. Grayscale: #767676. Windows color (decimal): -12157985 or 14646086. OLE color: 14646086.
HSL color Cylindrical-coordinate representation of color #467BDF: hue angle of 219.22º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #467BDF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 123 | 223 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.13 |
| HSL | 219.22º | 0.71% | 0.57% | - |
| HSV(B) | 219.22º | 0.69% | 0.87% | - |
| XYZ | 22.93 | 20.8 | 72.62 | - |
| YUV | 118.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 223 | 0.69 | 0.45 | 0 | 0.13 | 219.22 | 0.71 | 0.57 |
| Hex | 46 | 7B | DF | 45 | 2D | 0 | D | DB | 47 | 39 |
| Octal | 106 | 173 | 337 | 105 | 55 | 0 | 15 | 333 | 107 | 71 |
| Binary | 1000110 | 1111011 | 11011111 | 1000101 | 101101 | 0 | 1101 | 11011011 | 1000111 | 111001 |
Color Harmonies of #467BDF
Complementary color
Monochromatic Colors of #467BDF
Black with #467BDF
Text Example
Text Example
White with #467BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BDF; }
p { color: rgb(70,123,223); }
H1.HeaderClassName
{
color: #467BDF;
}
.AnyTagClassName
{
color: #467BDF;
}
</style>
background-color css
<style>
a { background-color: #467BDF; }
a { background-color: rgb(70,123,223); }
div.DivClassName
{
background-color: #467BDF;
}
.BgClassName
{
background-color: #467BDF;
}
</style>
border-color css
<style>
span { border-color: #467BDF; }
span { border-color: rgb(70,123,223); }
td.TdClassName
{
border-color: #467BDF;
}
.TagClassName
{
border-color: #467BDF;
}
</style>