Shades of Royal Blue #2865FA
Tints of Royal Blue #2865FA
RGB
CMYK
RGB Variations
Color information
#2865FA (or 0x2865FA) is known color: Royal Blue. HEX triplet: 28, 65 and FA. RGB value is (40,101,250). Sum of RGB (Red+Green+Blue) = 40+101+250=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #2865FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865FA is #D79A05. Grayscale: #636363. Windows color (decimal): -14129670 or 16409896. OLE color: 16409896.
HSL color Cylindrical-coordinate representation of color #2865FA: hue angle of 222.57º 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 #2865FA is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 101 | 250 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.02 |
| HSL | 222.57º | 0.95% | 0.57% | - |
| HSV(B) | 222.57º | 0.84% | 0.98% | - |
| XYZ | 22.78 | 16.66 | 92.46 | - |
| YUV | 99.75 | 212.79 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 250 | 0.84 | 0.60 | 0 | 0.02 | 222.57 | 0.95 | 0.57 |
| Hex | 28 | 65 | FA | 54 | 3C | 0 | 2 | DF | 5F | 39 |
| Octal | 50 | 145 | 372 | 124 | 74 | 0 | 2 | 337 | 137 | 71 |
| Binary | 101000 | 1100101 | 11111010 | 1010100 | 111100 | 0 | 10 | 11011111 | 1011111 | 111001 |
Color Harmonies of #2865FA
Complementary color
Monochromatic Colors of #2865FA
Black with #2865FA
Text Example
Text Example
White with #2865FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865FA; }
p { color: rgb(40,101,250); }
H1.HeaderClassName
{
color: #2865FA;
}
.AnyTagClassName
{
color: #2865FA;
}
</style>
background-color css
<style>
a { background-color: #2865FA; }
a { background-color: rgb(40,101,250); }
div.DivClassName
{
background-color: #2865FA;
}
.BgClassName
{
background-color: #2865FA;
}
</style>
border-color css
<style>
span { border-color: #2865FA; }
span { border-color: rgb(40,101,250); }
td.TdClassName
{
border-color: #2865FA;
}
.TagClassName
{
border-color: #2865FA;
}
</style>