Shades of Royal Blue #2864EA
Tints of Royal Blue #2864EA
RGB
CMYK
RGB Variations
Color information
#2864EA (or 0x2864EA) is known color: Royal Blue. HEX triplet: 28, 64 and EA. RGB value is (40,100,234). Sum of RGB (Red+Green+Blue) = 40+100+234=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #2864EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2864EA is #D79B15. Grayscale: #606060. Windows color (decimal): -14129942 or 15361064. OLE color: 15361064.
HSL color Cylindrical-coordinate representation of color #2864EA: hue angle of 221.44º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2864EA is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 100 | 234 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.08 |
| HSL | 221.44º | 0.82% | 0.54% | - |
| HSV(B) | 221.44º | 0.83% | 0.92% | - |
| XYZ | 20.28 | 15.51 | 79.77 | - |
| YUV | 97.34 | 205.12 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 234 | 0.83 | 0.57 | 0 | 0.08 | 221.44 | 0.82 | 0.54 |
| Hex | 28 | 64 | EA | 53 | 39 | 0 | 8 | DD | 52 | 36 |
| Octal | 50 | 144 | 352 | 123 | 71 | 0 | 10 | 335 | 122 | 66 |
| Binary | 101000 | 1100100 | 11101010 | 1010011 | 111001 | 0 | 1000 | 11011101 | 1010010 | 110110 |
Color Harmonies of #2864EA
Complementary color
Monochromatic Colors of #2864EA
Black with #2864EA
Text Example
Text Example
White with #2864EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2864EA; }
p { color: rgb(40,100,234); }
H1.HeaderClassName
{
color: #2864EA;
}
.AnyTagClassName
{
color: #2864EA;
}
</style>
background-color css
<style>
a { background-color: #2864EA; }
a { background-color: rgb(40,100,234); }
div.DivClassName
{
background-color: #2864EA;
}
.BgClassName
{
background-color: #2864EA;
}
</style>
border-color css
<style>
span { border-color: #2864EA; }
span { border-color: rgb(40,100,234); }
td.TdClassName
{
border-color: #2864EA;
}
.TagClassName
{
border-color: #2864EA;
}
</style>