Shades of Royal Blue #4870EA
Tints of Royal Blue #4870EA
RGB
CMYK
RGB Variations
Color information
#4870EA (or 0x4870EA) is known color: Royal Blue. HEX triplet: 48, 70 and EA. RGB value is (72,112,234). Sum of RGB (Red+Green+Blue) = 72+112+234=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #4870EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4870EA is #B78F15. Grayscale: #717171. Windows color (decimal): -12029718 or 15364168. OLE color: 15364168.
HSL color Cylindrical-coordinate representation of color #4870EA: hue angle of 225.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4870EA is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 112 | 234 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.08 |
| HSL | 225.19º | 0.79% | 0.6% | - |
| HSV(B) | 225.19º | 0.69% | 0.92% | - |
| XYZ | 23.32 | 18.91 | 80.26 | - |
| YUV | 113.95 | 195.75 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 234 | 0.69 | 0.52 | 0 | 0.08 | 225.19 | 0.79 | 0.6 |
| Hex | 48 | 70 | EA | 45 | 34 | 0 | 8 | E1 | 4F | 3C |
| Octal | 110 | 160 | 352 | 105 | 64 | 0 | 10 | 341 | 117 | 74 |
| Binary | 1001000 | 1110000 | 11101010 | 1000101 | 110100 | 0 | 1000 | 11100001 | 1001111 | 111100 |
Color Harmonies of #4870EA
Complementary color
Monochromatic Colors of #4870EA
Black with #4870EA
Text Example
Text Example
White with #4870EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4870EA; }
p { color: rgb(72,112,234); }
H1.HeaderClassName
{
color: #4870EA;
}
.AnyTagClassName
{
color: #4870EA;
}
</style>
background-color css
<style>
a { background-color: #4870EA; }
a { background-color: rgb(72,112,234); }
div.DivClassName
{
background-color: #4870EA;
}
.BgClassName
{
background-color: #4870EA;
}
</style>
border-color css
<style>
span { border-color: #4870EA; }
span { border-color: rgb(72,112,234); }
td.TdClassName
{
border-color: #4870EA;
}
.TagClassName
{
border-color: #4870EA;
}
</style>