Shades of Royal Blue #2868E5
Tints of Royal Blue #2868E5
RGB
CMYK
RGB Variations
Color information
#2868E5 (or 0x2868E5) is known color: Royal Blue. HEX triplet: 28, 68 and E5. RGB value is (40,104,229). Sum of RGB (Red+Green+Blue) = 40+104+229=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #2868E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2868E5 is #D7971A. Grayscale: #626262. Windows color (decimal): -14128923 or 15034408. OLE color: 15034408.
HSL color Cylindrical-coordinate representation of color #2868E5: hue angle of 219.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2868E5 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 104 | 229 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.10 |
| HSL | 219.68º | 0.78% | 0.53% | - |
| HSV(B) | 219.68º | 0.83% | 0.9% | - |
| XYZ | 19.97 | 16.01 | 76.17 | - |
| YUV | 99.11 | 201.3 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 229 | 0.83 | 0.55 | 0 | 0.10 | 219.68 | 0.78 | 0.53 |
| Hex | 28 | 68 | E5 | 53 | 37 | 0 | A | DC | 4E | 35 |
| Octal | 50 | 150 | 345 | 123 | 67 | 0 | 12 | 334 | 116 | 65 |
| Binary | 101000 | 1101000 | 11100101 | 1010011 | 110111 | 0 | 1010 | 11011100 | 1001110 | 110101 |
Color Harmonies of #2868E5
Complementary color
Monochromatic Colors of #2868E5
Black with #2868E5
Text Example
Text Example
White with #2868E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2868E5; }
p { color: rgb(40,104,229); }
H1.HeaderClassName
{
color: #2868E5;
}
.AnyTagClassName
{
color: #2868E5;
}
</style>
background-color css
<style>
a { background-color: #2868E5; }
a { background-color: rgb(40,104,229); }
div.DivClassName
{
background-color: #2868E5;
}
.BgClassName
{
background-color: #2868E5;
}
</style>
border-color css
<style>
span { border-color: #2868E5; }
span { border-color: rgb(40,104,229); }
td.TdClassName
{
border-color: #2868E5;
}
.TagClassName
{
border-color: #2868E5;
}
</style>