Shades of Royal Blue #2861FF
Tints of Royal Blue #2861FF
RGB
CMYK
RGB Variations
Color information
#2861FF (or 0x2861FF) is known color: Royal Blue. HEX triplet: 28, 61 and FF. RGB value is (40,97,255). Sum of RGB (Red+Green+Blue) = 40+97+255=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #2861FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2861FF is #D79E00. Grayscale: #616161. Windows color (decimal): -14130689 or 16736552. OLE color: 16736552.
HSL color Cylindrical-coordinate representation of color #2861FF: hue angle of 224.09º 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 #2861FF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 97 | 255 | - |
| CMYK | 0.84 | 0.62 | 0 | 0 |
| HSL | 224.09º | 1% | 0.58% | - |
| HSV(B) | 224.09º | 0.84% | 1% | - |
| XYZ | 23.2 | 16.22 | 96.52 | - |
| YUV | 97.97 | 216.62 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 255 | 0.84 | 0.62 | 0 | 0 | 224.09 | 1 | 0.58 |
| Hex | 28 | 61 | FF | 54 | 3E | 0 | 0 | E0 | 64 | 3A |
| Octal | 50 | 141 | 377 | 124 | 76 | 0 | 0 | 340 | 144 | 72 |
| Binary | 101000 | 1100001 | 11111111 | 1010100 | 111110 | 0 | 0 | 11100000 | 1100100 | 111010 |
Color Harmonies of #2861FF
Complementary color
Monochromatic Colors of #2861FF
Black with #2861FF
Text Example
Text Example
White with #2861FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2861FF; }
p { color: rgb(40,97,255); }
H1.HeaderClassName
{
color: #2861FF;
}
.AnyTagClassName
{
color: #2861FF;
}
</style>
background-color css
<style>
a { background-color: #2861FF; }
a { background-color: rgb(40,97,255); }
div.DivClassName
{
background-color: #2861FF;
}
.BgClassName
{
background-color: #2861FF;
}
</style>
border-color css
<style>
span { border-color: #2861FF; }
span { border-color: rgb(40,97,255); }
td.TdClassName
{
border-color: #2861FF;
}
.TagClassName
{
border-color: #2861FF;
}
</style>