Shades of Royal Blue #2861FA
Tints of Royal Blue #2861FA
RGB
CMYK
RGB Variations
Color information
#2861FA (or 0x2861FA) is known color: Royal Blue. HEX triplet: 28, 61 and FA. RGB value is (40,97,250). Sum of RGB (Red+Green+Blue) = 40+97+250=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #2861FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2861FA is #D79E05. Grayscale: #606060. Windows color (decimal): -14130694 or 16408872. OLE color: 16408872.
HSL color Cylindrical-coordinate representation of color #2861FA: hue angle of 223.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2861FA is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 97 | 250 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.02 |
| HSL | 223.71º | 0.95% | 0.57% | - |
| HSV(B) | 223.71º | 0.84% | 0.98% | - |
| XYZ | 22.41 | 15.9 | 92.33 | - |
| YUV | 97.4 | 214.12 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 250 | 0.84 | 0.61 | 0 | 0.02 | 223.71 | 0.95 | 0.57 |
| Hex | 28 | 61 | FA | 54 | 3D | 0 | 2 | E0 | 5F | 39 |
| Octal | 50 | 141 | 372 | 124 | 75 | 0 | 2 | 340 | 137 | 71 |
| Binary | 101000 | 1100001 | 11111010 | 1010100 | 111101 | 0 | 10 | 11100000 | 1011111 | 111001 |
Color Harmonies of #2861FA
Complementary color
Monochromatic Colors of #2861FA
Black with #2861FA
Text Example
Text Example
White with #2861FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2861FA; }
p { color: rgb(40,97,250); }
H1.HeaderClassName
{
color: #2861FA;
}
.AnyTagClassName
{
color: #2861FA;
}
</style>
background-color css
<style>
a { background-color: #2861FA; }
a { background-color: rgb(40,97,250); }
div.DivClassName
{
background-color: #2861FA;
}
.BgClassName
{
background-color: #2861FA;
}
</style>
border-color css
<style>
span { border-color: #2861FA; }
span { border-color: rgb(40,97,250); }
td.TdClassName
{
border-color: #2861FA;
}
.TagClassName
{
border-color: #2861FA;
}
</style>