Shades of Royal Blue #2865E8
Tints of Royal Blue #2865E8
RGB
CMYK
RGB Variations
Color information
#2865E8 (or 0x2865E8) is known color: Royal Blue. HEX triplet: 28, 65 and E8. RGB value is (40,101,232). Sum of RGB (Red+Green+Blue) = 40+101+232=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 232 (91.02% from 255 or 62.20% from 373); Max value from RGB is 232 - color contains mainly: blue. Hex color #2865E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865E8 is #D79A17. Grayscale: #616161. Windows color (decimal): -14129688 or 15230248. OLE color: 15230248.
HSL color Cylindrical-coordinate representation of color #2865E8: hue angle of 220.94º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2865E8 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 101 | 232 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.09 |
| HSL | 220.94º | 0.81% | 0.53% | - |
| HSV(B) | 220.94º | 0.83% | 0.91% | - |
| XYZ | 20.09 | 15.58 | 78.29 | - |
| YUV | 97.7 | 203.79 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 232 | 0.83 | 0.56 | 0 | 0.09 | 220.94 | 0.81 | 0.53 |
| Hex | 28 | 65 | E8 | 53 | 38 | 0 | 9 | DD | 51 | 35 |
| Octal | 50 | 145 | 350 | 123 | 70 | 0 | 11 | 335 | 121 | 65 |
| Binary | 101000 | 1100101 | 11101000 | 1010011 | 111000 | 0 | 1001 | 11011101 | 1010001 | 110101 |
Color Harmonies of #2865E8
Complementary color
Monochromatic Colors of #2865E8
Black with #2865E8
Text Example
Text Example
White with #2865E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865E8; }
p { color: rgb(40,101,232); }
H1.HeaderClassName
{
color: #2865E8;
}
.AnyTagClassName
{
color: #2865E8;
}
</style>
background-color css
<style>
a { background-color: #2865E8; }
a { background-color: rgb(40,101,232); }
div.DivClassName
{
background-color: #2865E8;
}
.BgClassName
{
background-color: #2865E8;
}
</style>
border-color css
<style>
span { border-color: #2865E8; }
span { border-color: rgb(40,101,232); }
td.TdClassName
{
border-color: #2865E8;
}
.TagClassName
{
border-color: #2865E8;
}
</style>