Shades of Royal Blue #2864EF
Tints of Royal Blue #2864EF
RGB
CMYK
RGB Variations
Color information
#2864EF (or 0x2864EF) is known color: Royal Blue. HEX triplet: 28, 64 and EF. RGB value is (40,100,239). Sum of RGB (Red+Green+Blue) = 40+100+239=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #2864EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2864EF is #D79B10. Grayscale: #616161. Windows color (decimal): -14129937 or 15688744. OLE color: 15688744.
HSL color Cylindrical-coordinate representation of color #2864EF: hue angle of 221.91º 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 #2864EF is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 100 | 239 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.06 |
| HSL | 221.91º | 0.86% | 0.55% | - |
| HSV(B) | 221.91º | 0.83% | 0.94% | - |
| XYZ | 21.01 | 15.8 | 83.6 | - |
| YUV | 97.91 | 207.62 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 239 | 0.83 | 0.58 | 0 | 0.06 | 221.91 | 0.86 | 0.55 |
| Hex | 28 | 64 | EF | 53 | 3A | 0 | 6 | DE | 56 | 37 |
| Octal | 50 | 144 | 357 | 123 | 72 | 0 | 6 | 336 | 126 | 67 |
| Binary | 101000 | 1100100 | 11101111 | 1010011 | 111010 | 0 | 110 | 11011110 | 1010110 | 110111 |
Color Harmonies of #2864EF
Complementary color
Monochromatic Colors of #2864EF
Black with #2864EF
Text Example
Text Example
White with #2864EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2864EF; }
p { color: rgb(40,100,239); }
H1.HeaderClassName
{
color: #2864EF;
}
.AnyTagClassName
{
color: #2864EF;
}
</style>
background-color css
<style>
a { background-color: #2864EF; }
a { background-color: rgb(40,100,239); }
div.DivClassName
{
background-color: #2864EF;
}
.BgClassName
{
background-color: #2864EF;
}
</style>
border-color css
<style>
span { border-color: #2864EF; }
span { border-color: rgb(40,100,239); }
td.TdClassName
{
border-color: #2864EF;
}
.TagClassName
{
border-color: #2864EF;
}
</style>