Shades of Royal Blue #467DDC
Tints of Royal Blue #467DDC
RGB
CMYK
RGB Variations
Color information
#467DDC (or 0x467DDC) is known color: Royal Blue. HEX triplet: 46, 7D and DC. RGB value is (70,125,220). Sum of RGB (Red+Green+Blue) = 70+125+220=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #467DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DDC is #B98223. Grayscale: #767676. Windows color (decimal): -12157476 or 14449990. OLE color: 14449990.
HSL color Cylindrical-coordinate representation of color #467DDC: hue angle of 218º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #467DDC is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 125 | 220 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.14 |
| HSL | 218º | 0.68% | 0.57% | - |
| HSV(B) | 218º | 0.68% | 0.86% | - |
| XYZ | 22.78 | 21.14 | 70.59 | - |
| YUV | 119.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 220 | 0.68 | 0.43 | 0 | 0.14 | 218 | 0.68 | 0.57 |
| Hex | 46 | 7D | DC | 44 | 2B | 0 | E | DA | 44 | 39 |
| Octal | 106 | 175 | 334 | 104 | 53 | 0 | 16 | 332 | 104 | 71 |
| Binary | 1000110 | 1111101 | 11011100 | 1000100 | 101011 | 0 | 1110 | 11011010 | 1000100 | 111001 |
Color Harmonies of #467DDC
Complementary color
Monochromatic Colors of #467DDC
Black with #467DDC
Text Example
Text Example
White with #467DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DDC; }
p { color: rgb(70,125,220); }
H1.HeaderClassName
{
color: #467DDC;
}
.AnyTagClassName
{
color: #467DDC;
}
</style>
background-color css
<style>
a { background-color: #467DDC; }
a { background-color: rgb(70,125,220); }
div.DivClassName
{
background-color: #467DDC;
}
.BgClassName
{
background-color: #467DDC;
}
</style>
border-color css
<style>
span { border-color: #467DDC; }
span { border-color: rgb(70,125,220); }
td.TdClassName
{
border-color: #467DDC;
}
.TagClassName
{
border-color: #467DDC;
}
</style>