Shades of Royal Blue #2865FC
Tints of Royal Blue #2865FC
RGB
CMYK
RGB Variations
Color information
#2865FC (or 0x2865FC) is known color: Royal Blue. HEX triplet: 28, 65 and FC. RGB value is (40,101,252). Sum of RGB (Red+Green+Blue) = 40+101+252=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #2865FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2865FC is #D79A03. Grayscale: #636363. Windows color (decimal): -14129668 or 16540968. OLE color: 16540968.
HSL color Cylindrical-coordinate representation of color #2865FC: hue angle of 222.74º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2865FC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 101 | 252 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.01 |
| HSL | 222.74º | 0.97% | 0.57% | - |
| HSV(B) | 222.74º | 0.84% | 0.99% | - |
| XYZ | 23.1 | 16.79 | 94.12 | - |
| YUV | 99.98 | 213.79 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 252 | 0.84 | 0.60 | 0 | 0.01 | 222.74 | 0.97 | 0.57 |
| Hex | 28 | 65 | FC | 54 | 3C | 0 | 1 | DF | 61 | 39 |
| Octal | 50 | 145 | 374 | 124 | 74 | 0 | 1 | 337 | 141 | 71 |
| Binary | 101000 | 1100101 | 11111100 | 1010100 | 111100 | 0 | 1 | 11011111 | 1100001 | 111001 |
Color Harmonies of #2865FC
Complementary color
Monochromatic Colors of #2865FC
Black with #2865FC
Text Example
Text Example
White with #2865FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865FC; }
p { color: rgb(40,101,252); }
H1.HeaderClassName
{
color: #2865FC;
}
.AnyTagClassName
{
color: #2865FC;
}
</style>
background-color css
<style>
a { background-color: #2865FC; }
a { background-color: rgb(40,101,252); }
div.DivClassName
{
background-color: #2865FC;
}
.BgClassName
{
background-color: #2865FC;
}
</style>
border-color css
<style>
span { border-color: #2865FC; }
span { border-color: rgb(40,101,252); }
td.TdClassName
{
border-color: #2865FC;
}
.TagClassName
{
border-color: #2865FC;
}
</style>