Shades of Royal Blue #4870FD
Tints of Royal Blue #4870FD
RGB
CMYK
RGB Variations
Color information
#4870FD (or 0x4870FD) is known color: Royal Blue. HEX triplet: 48, 70 and FD. RGB value is (72,112,253). Sum of RGB (Red+Green+Blue) = 72+112+253=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #4870FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4870FD is #B78F02. Grayscale: #737373. Windows color (decimal): -12029699 or 16609352. OLE color: 16609352.
HSL color Cylindrical-coordinate representation of color #4870FD: hue angle of 226.74º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4870FD is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 112 | 253 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.01 |
| HSL | 226.74º | 0.98% | 0.64% | - |
| HSV(B) | 226.74º | 0.72% | 0.99% | - |
| XYZ | 26.2 | 20.06 | 95.42 | - |
| YUV | 116.11 | 205.25 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 253 | 0.72 | 0.56 | 0 | 0.01 | 226.74 | 0.98 | 0.64 |
| Hex | 48 | 70 | FD | 48 | 38 | 0 | 1 | E3 | 62 | 40 |
| Octal | 110 | 160 | 375 | 110 | 70 | 0 | 1 | 343 | 142 | 100 |
| Binary | 1001000 | 1110000 | 11111101 | 1001000 | 111000 | 0 | 1 | 11100011 | 1100010 | 1000000 |
Color Harmonies of #4870FD
Complementary color
Monochromatic Colors of #4870FD
Black with #4870FD
Text Example
Text Example
White with #4870FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4870FD; }
p { color: rgb(72,112,253); }
H1.HeaderClassName
{
color: #4870FD;
}
.AnyTagClassName
{
color: #4870FD;
}
</style>
background-color css
<style>
a { background-color: #4870FD; }
a { background-color: rgb(72,112,253); }
div.DivClassName
{
background-color: #4870FD;
}
.BgClassName
{
background-color: #4870FD;
}
</style>
border-color css
<style>
span { border-color: #4870FD; }
span { border-color: rgb(72,112,253); }
td.TdClassName
{
border-color: #4870FD;
}
.TagClassName
{
border-color: #4870FD;
}
</style>