Shades of Royal Blue #2860F5
Tints of Royal Blue #2860F5
RGB
CMYK
RGB Variations
Color information
#2860F5 (or 0x2860F5) is known color: Royal Blue. HEX triplet: 28, 60 and F5. RGB value is (40,96,245). Sum of RGB (Red+Green+Blue) = 40+96+245=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 245 (96.09% from 255 or 64.30% from 381); Max value from RGB is 245 - color contains mainly: blue. Hex color #2860F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2860F5 is #D79F0A. Grayscale: #5F5F5F. Windows color (decimal): -14130955 or 16080936. OLE color: 16080936.
HSL color Cylindrical-coordinate representation of color #2860F5: hue angle of 223.61º degrees, saturation: 0.91, 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 #2860F5 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 96 | 245 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.04 |
| HSL | 223.61º | 0.91% | 0.56% | - |
| HSV(B) | 223.61º | 0.84% | 0.96% | - |
| XYZ | 21.54 | 15.41 | 88.23 | - |
| YUV | 96.24 | 211.95 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 245 | 0.84 | 0.61 | 0 | 0.04 | 223.61 | 0.91 | 0.56 |
| Hex | 28 | 60 | F5 | 54 | 3D | 0 | 4 | E0 | 5B | 38 |
| Octal | 50 | 140 | 365 | 124 | 75 | 0 | 4 | 340 | 133 | 70 |
| Binary | 101000 | 1100000 | 11110101 | 1010100 | 111101 | 0 | 100 | 11100000 | 1011011 | 111000 |
Color Harmonies of #2860F5
Complementary color
Monochromatic Colors of #2860F5
Black with #2860F5
Text Example
Text Example
White with #2860F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860F5; }
p { color: rgb(40,96,245); }
H1.HeaderClassName
{
color: #2860F5;
}
.AnyTagClassName
{
color: #2860F5;
}
</style>
background-color css
<style>
a { background-color: #2860F5; }
a { background-color: rgb(40,96,245); }
div.DivClassName
{
background-color: #2860F5;
}
.BgClassName
{
background-color: #2860F5;
}
</style>
border-color css
<style>
span { border-color: #2860F5; }
span { border-color: rgb(40,96,245); }
td.TdClassName
{
border-color: #2860F5;
}
.TagClassName
{
border-color: #2860F5;
}
</style>