Shades of Royal Blue #2868FC
Tints of Royal Blue #2868FC
RGB
CMYK
RGB Variations
Color information
#2868FC (or 0x2868FC) is known color: Royal Blue. HEX triplet: 28, 68 and FC. RGB value is (40,104,252). Sum of RGB (Red+Green+Blue) = 40+104+252=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #2868FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2868FC is #D79703. Grayscale: #656565. Windows color (decimal): -14128900 or 16541736. OLE color: 16541736.
HSL color Cylindrical-coordinate representation of color #2868FC: hue angle of 221.89º 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 #2868FC is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 104 | 252 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.01 |
| HSL | 221.89º | 0.97% | 0.57% | - |
| HSV(B) | 221.89º | 0.84% | 0.99% | - |
| XYZ | 23.4 | 17.38 | 94.22 | - |
| YUV | 101.74 | 212.8 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 104 | 252 | 0.84 | 0.59 | 0 | 0.01 | 221.89 | 0.97 | 0.57 |
| Hex | 28 | 68 | FC | 54 | 3B | 0 | 1 | DE | 61 | 39 |
| Octal | 50 | 150 | 374 | 124 | 73 | 0 | 1 | 336 | 141 | 71 |
| Binary | 101000 | 1101000 | 11111100 | 1010100 | 111011 | 0 | 1 | 11011110 | 1100001 | 111001 |
Color Harmonies of #2868FC
Complementary color
Monochromatic Colors of #2868FC
Black with #2868FC
Text Example
Text Example
White with #2868FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2868FC; }
p { color: rgb(40,104,252); }
H1.HeaderClassName
{
color: #2868FC;
}
.AnyTagClassName
{
color: #2868FC;
}
</style>
background-color css
<style>
a { background-color: #2868FC; }
a { background-color: rgb(40,104,252); }
div.DivClassName
{
background-color: #2868FC;
}
.BgClassName
{
background-color: #2868FC;
}
</style>
border-color css
<style>
span { border-color: #2868FC; }
span { border-color: rgb(40,104,252); }
td.TdClassName
{
border-color: #2868FC;
}
.TagClassName
{
border-color: #2868FC;
}
</style>