Shades of Royal Blue #467ADF
Tints of Royal Blue #467ADF
RGB
CMYK
RGB Variations
Color information
#467ADF (or 0x467ADF) is known color: Royal Blue. HEX triplet: 46, 7A and DF. RGB value is (70,122,223). Sum of RGB (Red+Green+Blue) = 70+122+223=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #467ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ADF is #B98520. Grayscale: #757575. Windows color (decimal): -12158241 or 14645830. OLE color: 14645830.
HSL color Cylindrical-coordinate representation of color #467ADF: hue angle of 219.61º 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 #467ADF is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 122 | 223 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.13 |
| HSL | 219.61º | 0.71% | 0.57% | - |
| HSV(B) | 219.61º | 0.69% | 0.87% | - |
| XYZ | 22.8 | 20.55 | 72.58 | - |
| YUV | 117.97 | 187.27 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 223 | 0.69 | 0.45 | 0 | 0.13 | 219.61 | 0.71 | 0.57 |
| Hex | 46 | 7A | DF | 45 | 2D | 0 | D | DC | 47 | 39 |
| Octal | 106 | 172 | 337 | 105 | 55 | 0 | 15 | 334 | 107 | 71 |
| Binary | 1000110 | 1111010 | 11011111 | 1000101 | 101101 | 0 | 1101 | 11011100 | 1000111 | 111001 |
Color Harmonies of #467ADF
Complementary color
Monochromatic Colors of #467ADF
Black with #467ADF
Text Example
Text Example
White with #467ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467ADF; }
p { color: rgb(70,122,223); }
H1.HeaderClassName
{
color: #467ADF;
}
.AnyTagClassName
{
color: #467ADF;
}
</style>
background-color css
<style>
a { background-color: #467ADF; }
a { background-color: rgb(70,122,223); }
div.DivClassName
{
background-color: #467ADF;
}
.BgClassName
{
background-color: #467ADF;
}
</style>
border-color css
<style>
span { border-color: #467ADF; }
span { border-color: rgb(70,122,223); }
td.TdClassName
{
border-color: #467ADF;
}
.TagClassName
{
border-color: #467ADF;
}
</style>