Shades of Royal Blue #487FF2
Tints of Royal Blue #487FF2
RGB
CMYK
RGB Variations
Color information
#487FF2 (or 0x487FF2) is known color: Royal Blue. HEX triplet: 48, 7F and F2. RGB value is (72,127,242). Sum of RGB (Red+Green+Blue) = 72+127+242=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #487FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #487FF2 is #B7800D. Grayscale: #7B7B7B. Windows color (decimal): -12025870 or 15892296. OLE color: 15892296.
HSL color Cylindrical-coordinate representation of color #487FF2: hue angle of 220.59º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487FF2 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 127 | 242 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.05 |
| HSL | 220.59º | 0.87% | 0.62% | - |
| HSV(B) | 220.59º | 0.7% | 0.95% | - |
| XYZ | 26.29 | 22.97 | 87.05 | - |
| YUV | 123.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 242 | 0.70 | 0.48 | 0 | 0.05 | 220.59 | 0.87 | 0.62 |
| Hex | 48 | 7F | F2 | 46 | 30 | 0 | 5 | DD | 57 | 3E |
| Octal | 110 | 177 | 362 | 106 | 60 | 0 | 5 | 335 | 127 | 76 |
| Binary | 1001000 | 1111111 | 11110010 | 1000110 | 110000 | 0 | 101 | 11011101 | 1010111 | 111110 |
Color Harmonies of #487FF2
Complementary color
Monochromatic Colors of #487FF2
Black with #487FF2
Text Example
Text Example
White with #487FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FF2; }
p { color: rgb(72,127,242); }
H1.HeaderClassName
{
color: #487FF2;
}
.AnyTagClassName
{
color: #487FF2;
}
</style>
background-color css
<style>
a { background-color: #487FF2; }
a { background-color: rgb(72,127,242); }
div.DivClassName
{
background-color: #487FF2;
}
.BgClassName
{
background-color: #487FF2;
}
</style>
border-color css
<style>
span { border-color: #487FF2; }
span { border-color: rgb(72,127,242); }
td.TdClassName
{
border-color: #487FF2;
}
.TagClassName
{
border-color: #487FF2;
}
</style>