Shades of Royal Blue #2860F4
Tints of Royal Blue #2860F4
RGB
CMYK
RGB Variations
Color information
#2860F4 (or 0x2860F4) is known color: Royal Blue. HEX triplet: 28, 60 and F4. RGB value is (40,96,244). Sum of RGB (Red+Green+Blue) = 40+96+244=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 244 (95.70% from 255 or 64.21% from 380); Max value from RGB is 244 - color contains mainly: blue. Hex color #2860F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2860F4 is #D79F0B. Grayscale: #5F5F5F. Windows color (decimal): -14130956 or 16015400. OLE color: 16015400.
HSL color Cylindrical-coordinate representation of color #2860F4: hue angle of 223.53º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2860F4 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 96 | 244 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.04 |
| HSL | 223.53º | 0.9% | 0.56% | - |
| HSV(B) | 223.53º | 0.84% | 0.96% | - |
| XYZ | 21.39 | 15.35 | 87.42 | - |
| YUV | 96.13 | 211.45 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 244 | 0.84 | 0.61 | 0 | 0.04 | 223.53 | 0.9 | 0.56 |
| Hex | 28 | 60 | F4 | 54 | 3D | 0 | 4 | E0 | 5A | 38 |
| Octal | 50 | 140 | 364 | 124 | 75 | 0 | 4 | 340 | 132 | 70 |
| Binary | 101000 | 1100000 | 11110100 | 1010100 | 111101 | 0 | 100 | 11100000 | 1011010 | 111000 |
Color Harmonies of #2860F4
Complementary color
Monochromatic Colors of #2860F4
Black with #2860F4
Text Example
Text Example
White with #2860F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860F4; }
p { color: rgb(40,96,244); }
H1.HeaderClassName
{
color: #2860F4;
}
.AnyTagClassName
{
color: #2860F4;
}
</style>
background-color css
<style>
a { background-color: #2860F4; }
a { background-color: rgb(40,96,244); }
div.DivClassName
{
background-color: #2860F4;
}
.BgClassName
{
background-color: #2860F4;
}
</style>
border-color css
<style>
span { border-color: #2860F4; }
span { border-color: rgb(40,96,244); }
td.TdClassName
{
border-color: #2860F4;
}
.TagClassName
{
border-color: #2860F4;
}
</style>