Shades of Royal Blue #4870DF
Tints of Royal Blue #4870DF
RGB
CMYK
RGB Variations
Color information
#4870DF (or 0x4870DF) is known color: Royal Blue. HEX triplet: 48, 70 and DF. RGB value is (72,112,223). Sum of RGB (Red+Green+Blue) = 72+112+223=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #4870DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870DF is #B78F20. Grayscale: #707070. Windows color (decimal): -12029729 or 14643272. OLE color: 14643272.
HSL color Cylindrical-coordinate representation of color #4870DF: hue angle of 224.11º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4870DF is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 112 | 223 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.13 |
| HSL | 224.11º | 0.7% | 0.58% | - |
| HSV(B) | 224.11º | 0.68% | 0.87% | - |
| XYZ | 21.79 | 18.29 | 72.19 | - |
| YUV | 112.69 | 190.25 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 223 | 0.68 | 0.50 | 0 | 0.13 | 224.11 | 0.7 | 0.58 |
| Hex | 48 | 70 | DF | 44 | 32 | 0 | D | E0 | 46 | 3A |
| Octal | 110 | 160 | 337 | 104 | 62 | 0 | 15 | 340 | 106 | 72 |
| Binary | 1001000 | 1110000 | 11011111 | 1000100 | 110010 | 0 | 1101 | 11100000 | 1000110 | 111010 |
Color Harmonies of #4870DF
Complementary color
Monochromatic Colors of #4870DF
Black with #4870DF
Text Example
Text Example
White with #4870DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4870DF; }
p { color: rgb(72,112,223); }
H1.HeaderClassName
{
color: #4870DF;
}
.AnyTagClassName
{
color: #4870DF;
}
</style>
background-color css
<style>
a { background-color: #4870DF; }
a { background-color: rgb(72,112,223); }
div.DivClassName
{
background-color: #4870DF;
}
.BgClassName
{
background-color: #4870DF;
}
</style>
border-color css
<style>
span { border-color: #4870DF; }
span { border-color: rgb(72,112,223); }
td.TdClassName
{
border-color: #4870DF;
}
.TagClassName
{
border-color: #4870DF;
}
</style>