Shades of Royal Blue #2869EA
Tints of Royal Blue #2869EA
RGB
CMYK
RGB Variations
Color information
#2869EA (or 0x2869EA) is known color: Royal Blue. HEX triplet: 28, 69 and EA. RGB value is (40,105,234). Sum of RGB (Red+Green+Blue) = 40+105+234=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #2869EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2869EA is #D79615. Grayscale: #636363. Windows color (decimal): -14128662 or 15362344. OLE color: 15362344.
HSL color Cylindrical-coordinate representation of color #2869EA: hue angle of 219.9º 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 #2869EA is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 105 | 234 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.08 |
| HSL | 219.9º | 0.82% | 0.54% | - |
| HSV(B) | 219.9º | 0.83% | 0.92% | - |
| XYZ | 20.78 | 16.49 | 79.93 | - |
| YUV | 100.27 | 203.47 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 234 | 0.83 | 0.55 | 0 | 0.08 | 219.9 | 0.82 | 0.54 |
| Hex | 28 | 69 | EA | 53 | 37 | 0 | 8 | DC | 52 | 36 |
| Octal | 50 | 151 | 352 | 123 | 67 | 0 | 10 | 334 | 122 | 66 |
| Binary | 101000 | 1101001 | 11101010 | 1010011 | 110111 | 0 | 1000 | 11011100 | 1010010 | 110110 |
Color Harmonies of #2869EA
Complementary color
Monochromatic Colors of #2869EA
Black with #2869EA
Text Example
Text Example
White with #2869EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869EA; }
p { color: rgb(40,105,234); }
H1.HeaderClassName
{
color: #2869EA;
}
.AnyTagClassName
{
color: #2869EA;
}
</style>
background-color css
<style>
a { background-color: #2869EA; }
a { background-color: rgb(40,105,234); }
div.DivClassName
{
background-color: #2869EA;
}
.BgClassName
{
background-color: #2869EA;
}
</style>
border-color css
<style>
span { border-color: #2869EA; }
span { border-color: rgb(40,105,234); }
td.TdClassName
{
border-color: #2869EA;
}
.TagClassName
{
border-color: #2869EA;
}
</style>