Shades of Royal Blue #2867EA
Tints of Royal Blue #2867EA
RGB
CMYK
RGB Variations
Color information
#2867EA (or 0x2867EA) is known color: Royal Blue. HEX triplet: 28, 67 and EA. RGB value is (40,103,234). Sum of RGB (Red+Green+Blue) = 40+103+234=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #2867EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2867EA is #D79815. Grayscale: #626262. Windows color (decimal): -14129174 or 15361832. OLE color: 15361832.
HSL color Cylindrical-coordinate representation of color #2867EA: hue angle of 220.52º 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 #2867EA is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 103 | 234 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.08 |
| HSL | 220.52º | 0.82% | 0.54% | - |
| HSV(B) | 220.52º | 0.83% | 0.92% | - |
| XYZ | 20.58 | 16.09 | 79.86 | - |
| YUV | 99.1 | 204.13 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 234 | 0.83 | 0.56 | 0 | 0.08 | 220.52 | 0.82 | 0.54 |
| Hex | 28 | 67 | EA | 53 | 38 | 0 | 8 | DD | 52 | 36 |
| Octal | 50 | 147 | 352 | 123 | 70 | 0 | 10 | 335 | 122 | 66 |
| Binary | 101000 | 1100111 | 11101010 | 1010011 | 111000 | 0 | 1000 | 11011101 | 1010010 | 110110 |
Color Harmonies of #2867EA
Complementary color
Monochromatic Colors of #2867EA
Black with #2867EA
Text Example
Text Example
White with #2867EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867EA; }
p { color: rgb(40,103,234); }
H1.HeaderClassName
{
color: #2867EA;
}
.AnyTagClassName
{
color: #2867EA;
}
</style>
background-color css
<style>
a { background-color: #2867EA; }
a { background-color: rgb(40,103,234); }
div.DivClassName
{
background-color: #2867EA;
}
.BgClassName
{
background-color: #2867EA;
}
</style>
border-color css
<style>
span { border-color: #2867EA; }
span { border-color: rgb(40,103,234); }
td.TdClassName
{
border-color: #2867EA;
}
.TagClassName
{
border-color: #2867EA;
}
</style>