Shades of Royal Blue #2866FE
Tints of Royal Blue #2866FE
RGB
CMYK
RGB Variations
Color information
#2866FE (or 0x2866FE) is known color: Royal Blue. HEX triplet: 28, 66 and FE. RGB value is (40,102,254). Sum of RGB (Red+Green+Blue) = 40+102+254=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #2866FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2866FE is #D79901. Grayscale: #646464. Windows color (decimal): -14129410 or 16672296. OLE color: 16672296.
HSL color Cylindrical-coordinate representation of color #2866FE: hue angle of 222.62º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2866FE is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 102 | 254 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.00 |
| HSL | 222.62º | 0.99% | 0.58% | - |
| HSV(B) | 222.62º | 0.84% | 1% | - |
| XYZ | 23.52 | 17.11 | 95.83 | - |
| YUV | 100.79 | 214.46 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 254 | 0.84 | 0.60 | 0 | 0.00 | 222.62 | 0.99 | 0.58 |
| Hex | 28 | 66 | FE | 54 | 3C | 0 | 0 | DF | 63 | 3A |
| Octal | 50 | 146 | 376 | 124 | 74 | 0 | 0 | 337 | 143 | 72 |
| Binary | 101000 | 1100110 | 11111110 | 1010100 | 111100 | 0 | 0 | 11011111 | 1100011 | 111010 |
Color Harmonies of #2866FE
Complementary color
Monochromatic Colors of #2866FE
Black with #2866FE
Text Example
Text Example
White with #2866FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2866FE; }
p { color: rgb(40,102,254); }
H1.HeaderClassName
{
color: #2866FE;
}
.AnyTagClassName
{
color: #2866FE;
}
</style>
background-color css
<style>
a { background-color: #2866FE; }
a { background-color: rgb(40,102,254); }
div.DivClassName
{
background-color: #2866FE;
}
.BgClassName
{
background-color: #2866FE;
}
</style>
border-color css
<style>
span { border-color: #2866FE; }
span { border-color: rgb(40,102,254); }
td.TdClassName
{
border-color: #2866FE;
}
.TagClassName
{
border-color: #2866FE;
}
</style>