Shades of Royal Blue #2865F9
Tints of Royal Blue #2865F9
RGB
CMYK
RGB Variations
Color information
#2865F9 (or 0x2865F9) is known color: Royal Blue. HEX triplet: 28, 65 and F9. RGB value is (40,101,249). Sum of RGB (Red+Green+Blue) = 40+101+249=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #2865F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865F9 is #D79A06. Grayscale: #626262. Windows color (decimal): -14129671 or 16344360. OLE color: 16344360.
HSL color Cylindrical-coordinate representation of color #2865F9: hue angle of 222.49º 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 #2865F9 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 101 | 249 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.02 |
| HSL | 222.49º | 0.95% | 0.57% | - |
| HSV(B) | 222.49º | 0.84% | 0.98% | - |
| XYZ | 22.63 | 16.6 | 91.63 | - |
| YUV | 99.63 | 212.29 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 249 | 0.84 | 0.59 | 0 | 0.02 | 222.49 | 0.95 | 0.57 |
| Hex | 28 | 65 | F9 | 54 | 3B | 0 | 2 | DE | 5F | 39 |
| Octal | 50 | 145 | 371 | 124 | 73 | 0 | 2 | 336 | 137 | 71 |
| Binary | 101000 | 1100101 | 11111001 | 1010100 | 111011 | 0 | 10 | 11011110 | 1011111 | 111001 |
Color Harmonies of #2865F9
Complementary color
Monochromatic Colors of #2865F9
Black with #2865F9
Text Example
Text Example
White with #2865F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865F9; }
p { color: rgb(40,101,249); }
H1.HeaderClassName
{
color: #2865F9;
}
.AnyTagClassName
{
color: #2865F9;
}
</style>
background-color css
<style>
a { background-color: #2865F9; }
a { background-color: rgb(40,101,249); }
div.DivClassName
{
background-color: #2865F9;
}
.BgClassName
{
background-color: #2865F9;
}
</style>
border-color css
<style>
span { border-color: #2865F9; }
span { border-color: rgb(40,101,249); }
td.TdClassName
{
border-color: #2865F9;
}
.TagClassName
{
border-color: #2865F9;
}
</style>