Shades of Royal Blue #2866FF
Tints of Royal Blue #2866FF
RGB
CMYK
RGB Variations
Color information
#2866FF (or 0x2866FF) is known color: Royal Blue. HEX triplet: 28, 66 and FF. RGB value is (40,102,255). Sum of RGB (Red+Green+Blue) = 40+102+255=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #2866FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2866FF is #D79900. Grayscale: #646464. Windows color (decimal): -14129409 or 16737832. OLE color: 16737832.
HSL color Cylindrical-coordinate representation of color #2866FF: hue angle of 222.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2866FF is Cyan = 0.84, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 102 | 255 | - |
| CMYK | 0.84 | 0.6 | 0 | 0 |
| HSL | 222.7º | 1% | 0.58% | - |
| HSV(B) | 222.7º | 0.84% | 1% | - |
| XYZ | 23.68 | 17.17 | 96.67 | - |
| YUV | 100.9 | 214.96 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 102 | 255 | 0.84 | 0.6 | 0 | 0 | 222.7 | 1 | 0.58 |
| Hex | 28 | 66 | FF | 54 | 3C | 0 | 0 | DF | 64 | 3A |
| Octal | 50 | 146 | 377 | 124 | 74 | 0 | 0 | 337 | 144 | 72 |
| Binary | 101000 | 1100110 | 11111111 | 1010100 | 111100 | 0 | 0 | 11011111 | 1100100 | 111010 |
Color Harmonies of #2866FF
Complementary color
Monochromatic Colors of #2866FF
Black with #2866FF
Text Example
Text Example
White with #2866FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2866FF; }
p { color: rgb(40,102,255); }
H1.HeaderClassName
{
color: #2866FF;
}
.AnyTagClassName
{
color: #2866FF;
}
</style>
background-color css
<style>
a { background-color: #2866FF; }
a { background-color: rgb(40,102,255); }
div.DivClassName
{
background-color: #2866FF;
}
.BgClassName
{
background-color: #2866FF;
}
</style>
border-color css
<style>
span { border-color: #2866FF; }
span { border-color: rgb(40,102,255); }
td.TdClassName
{
border-color: #2866FF;
}
.TagClassName
{
border-color: #2866FF;
}
</style>