Shades of Royal Blue #467DDD
Tints of Royal Blue #467DDD
RGB
CMYK
RGB Variations
Color information
#467DDD (or 0x467DDD) is known color: Royal Blue. HEX triplet: 46, 7D and DD. RGB value is (70,125,221). Sum of RGB (Red+Green+Blue) = 70+125+221=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #467DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DDD is #B98222. Grayscale: #777777. Windows color (decimal): -12157475 or 14515526. OLE color: 14515526.
HSL color Cylindrical-coordinate representation of color #467DDD: hue angle of 218.15º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467DDD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 125 | 221 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.13 |
| HSL | 218.15º | 0.69% | 0.57% | - |
| HSV(B) | 218.15º | 0.68% | 0.87% | - |
| XYZ | 22.91 | 21.19 | 71.29 | - |
| YUV | 119.5 | 185.28 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 221 | 0.68 | 0.43 | 0 | 0.13 | 218.15 | 0.69 | 0.57 |
| Hex | 46 | 7D | DD | 44 | 2B | 0 | D | DA | 45 | 39 |
| Octal | 106 | 175 | 335 | 104 | 53 | 0 | 15 | 332 | 105 | 71 |
| Binary | 1000110 | 1111101 | 11011101 | 1000100 | 101011 | 0 | 1101 | 11011010 | 1000101 | 111001 |
Color Harmonies of #467DDD
Complementary color
Monochromatic Colors of #467DDD
Black with #467DDD
Text Example
Text Example
White with #467DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DDD; }
p { color: rgb(70,125,221); }
H1.HeaderClassName
{
color: #467DDD;
}
.AnyTagClassName
{
color: #467DDD;
}
</style>
background-color css
<style>
a { background-color: #467DDD; }
a { background-color: rgb(70,125,221); }
div.DivClassName
{
background-color: #467DDD;
}
.BgClassName
{
background-color: #467DDD;
}
</style>
border-color css
<style>
span { border-color: #467DDD; }
span { border-color: rgb(70,125,221); }
td.TdClassName
{
border-color: #467DDD;
}
.TagClassName
{
border-color: #467DDD;
}
</style>