Shades of Royal Blue #2867FF
Tints of Royal Blue #2867FF
RGB
CMYK
RGB Variations
Color information
#2867FF (or 0x2867FF) is known color: Royal Blue. HEX triplet: 28, 67 and FF. RGB value is (40,103,255). Sum of RGB (Red+Green+Blue) = 40+103+255=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #2867FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2867FF is #D79800. Grayscale: #646464. Windows color (decimal): -14129153 or 16738088. OLE color: 16738088.
HSL color Cylindrical-coordinate representation of color #2867FF: hue angle of 222.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2867FF is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 103 | 255 | - |
| CMYK | 0.84 | 0.60 | 0 | 0 |
| HSL | 222.42º | 1% | 0.58% | - |
| HSV(B) | 222.42º | 0.84% | 1% | - |
| XYZ | 23.78 | 17.37 | 96.71 | - |
| YUV | 101.49 | 214.63 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 255 | 0.84 | 0.60 | 0 | 0 | 222.42 | 1 | 0.58 |
| Hex | 28 | 67 | FF | 54 | 3C | 0 | 0 | DE | 64 | 3A |
| Octal | 50 | 147 | 377 | 124 | 74 | 0 | 0 | 336 | 144 | 72 |
| Binary | 101000 | 1100111 | 11111111 | 1010100 | 111100 | 0 | 0 | 11011110 | 1100100 | 111010 |
Color Harmonies of #2867FF
Complementary color
Monochromatic Colors of #2867FF
Black with #2867FF
Text Example
Text Example
White with #2867FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867FF; }
p { color: rgb(40,103,255); }
H1.HeaderClassName
{
color: #2867FF;
}
.AnyTagClassName
{
color: #2867FF;
}
</style>
background-color css
<style>
a { background-color: #2867FF; }
a { background-color: rgb(40,103,255); }
div.DivClassName
{
background-color: #2867FF;
}
.BgClassName
{
background-color: #2867FF;
}
</style>
border-color css
<style>
span { border-color: #2867FF; }
span { border-color: rgb(40,103,255); }
td.TdClassName
{
border-color: #2867FF;
}
.TagClassName
{
border-color: #2867FF;
}
</style>