Shades of Royal Blue #2869EF
Tints of Royal Blue #2869EF
RGB
CMYK
RGB Variations
Color information
#2869EF (or 0x2869EF) is known color: Royal Blue. HEX triplet: 28, 69 and EF. RGB value is (40,105,239). Sum of RGB (Red+Green+Blue) = 40+105+239=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #2869EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2869EF is #D79610. Grayscale: #646464. Windows color (decimal): -14128657 or 15690024. OLE color: 15690024.
HSL color Cylindrical-coordinate representation of color #2869EF: hue angle of 220.4º 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 #2869EF is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 105 | 239 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.06 |
| HSL | 220.4º | 0.86% | 0.55% | - |
| HSV(B) | 220.4º | 0.83% | 0.94% | - |
| XYZ | 21.51 | 16.79 | 83.77 | - |
| YUV | 100.84 | 205.97 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 239 | 0.83 | 0.56 | 0 | 0.06 | 220.4 | 0.86 | 0.55 |
| Hex | 28 | 69 | EF | 53 | 38 | 0 | 6 | DC | 56 | 37 |
| Octal | 50 | 151 | 357 | 123 | 70 | 0 | 6 | 334 | 126 | 67 |
| Binary | 101000 | 1101001 | 11101111 | 1010011 | 111000 | 0 | 110 | 11011100 | 1010110 | 110111 |
Color Harmonies of #2869EF
Complementary color
Monochromatic Colors of #2869EF
Black with #2869EF
Text Example
Text Example
White with #2869EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869EF; }
p { color: rgb(40,105,239); }
H1.HeaderClassName
{
color: #2869EF;
}
.AnyTagClassName
{
color: #2869EF;
}
</style>
background-color css
<style>
a { background-color: #2869EF; }
a { background-color: rgb(40,105,239); }
div.DivClassName
{
background-color: #2869EF;
}
.BgClassName
{
background-color: #2869EF;
}
</style>
border-color css
<style>
span { border-color: #2869EF; }
span { border-color: rgb(40,105,239); }
td.TdClassName
{
border-color: #2869EF;
}
.TagClassName
{
border-color: #2869EF;
}
</style>