Shades of Royal Blue #2865EF
Tints of Royal Blue #2865EF
RGB
CMYK
RGB Variations
Color information
#2865EF (or 0x2865EF) is known color: Royal Blue. HEX triplet: 28, 65 and EF. RGB value is (40,101,239). Sum of RGB (Red+Green+Blue) = 40+101+239=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #2865EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865EF is #D79A10. Grayscale: #616161. Windows color (decimal): -14129681 or 15689000. OLE color: 15689000.
HSL color Cylindrical-coordinate representation of color #2865EF: hue angle of 221.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2865EF is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 101 | 239 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.06 |
| HSL | 221.61º | 0.86% | 0.55% | - |
| HSV(B) | 221.61º | 0.83% | 0.94% | - |
| XYZ | 21.11 | 15.99 | 83.64 | - |
| YUV | 98.49 | 207.29 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 239 | 0.83 | 0.58 | 0 | 0.06 | 221.61 | 0.86 | 0.55 |
| Hex | 28 | 65 | EF | 53 | 3A | 0 | 6 | DE | 56 | 37 |
| Octal | 50 | 145 | 357 | 123 | 72 | 0 | 6 | 336 | 126 | 67 |
| Binary | 101000 | 1100101 | 11101111 | 1010011 | 111010 | 0 | 110 | 11011110 | 1010110 | 110111 |
Color Harmonies of #2865EF
Complementary color
Monochromatic Colors of #2865EF
Black with #2865EF
Text Example
Text Example
White with #2865EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865EF; }
p { color: rgb(40,101,239); }
H1.HeaderClassName
{
color: #2865EF;
}
.AnyTagClassName
{
color: #2865EF;
}
</style>
background-color css
<style>
a { background-color: #2865EF; }
a { background-color: rgb(40,101,239); }
div.DivClassName
{
background-color: #2865EF;
}
.BgClassName
{
background-color: #2865EF;
}
</style>
border-color css
<style>
span { border-color: #2865EF; }
span { border-color: rgb(40,101,239); }
td.TdClassName
{
border-color: #2865EF;
}
.TagClassName
{
border-color: #2865EF;
}
</style>