Shades of Royal Blue #2866FC
Tints of Royal Blue #2866FC
RGB
CMYK
RGB Variations
Color information
#2866FC (or 0x2866FC) is known color: Royal Blue. HEX triplet: 28, 66 and FC. RGB value is (40,102,252). Sum of RGB (Red+Green+Blue) = 40+102+252=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #2866FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2866FC is #D79903. Grayscale: #636363. Windows color (decimal): -14129412 or 16541224. OLE color: 16541224.
HSL color Cylindrical-coordinate representation of color #2866FC: hue angle of 222.45º 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 #2866FC is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 102 | 252 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.01 |
| HSL | 222.45º | 0.97% | 0.57% | - |
| HSV(B) | 222.45º | 0.84% | 0.99% | - |
| XYZ | 23.2 | 16.98 | 94.15 | - |
| YUV | 100.56 | 213.46 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 252 | 0.84 | 0.60 | 0 | 0.01 | 222.45 | 0.97 | 0.57 |
| Hex | 28 | 66 | FC | 54 | 3C | 0 | 1 | DE | 61 | 39 |
| Octal | 50 | 146 | 374 | 124 | 74 | 0 | 1 | 336 | 141 | 71 |
| Binary | 101000 | 1100110 | 11111100 | 1010100 | 111100 | 0 | 1 | 11011110 | 1100001 | 111001 |
Color Harmonies of #2866FC
Complementary color
Monochromatic Colors of #2866FC
Black with #2866FC
Text Example
Text Example
White with #2866FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2866FC; }
p { color: rgb(40,102,252); }
H1.HeaderClassName
{
color: #2866FC;
}
.AnyTagClassName
{
color: #2866FC;
}
</style>
background-color css
<style>
a { background-color: #2866FC; }
a { background-color: rgb(40,102,252); }
div.DivClassName
{
background-color: #2866FC;
}
.BgClassName
{
background-color: #2866FC;
}
</style>
border-color css
<style>
span { border-color: #2866FC; }
span { border-color: rgb(40,102,252); }
td.TdClassName
{
border-color: #2866FC;
}
.TagClassName
{
border-color: #2866FC;
}
</style>