Shades of Royal Blue #2869FA
Tints of Royal Blue #2869FA
RGB
CMYK
RGB Variations
Color information
#2869FA (or 0x2869FA) is known color: Royal Blue. HEX triplet: 28, 69 and FA. RGB value is (40,105,250). Sum of RGB (Red+Green+Blue) = 40+105+250=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #2869FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2869FA is #D79605. Grayscale: #656565. Windows color (decimal): -14128646 or 16410920. OLE color: 16410920.
HSL color Cylindrical-coordinate representation of color #2869FA: hue angle of 221.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2869FA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 105 | 250 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.02 |
| HSL | 221.43º | 0.95% | 0.57% | - |
| HSV(B) | 221.43º | 0.84% | 0.98% | - |
| XYZ | 23.18 | 17.46 | 92.59 | - |
| YUV | 102.1 | 211.47 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 250 | 0.84 | 0.58 | 0 | 0.02 | 221.43 | 0.95 | 0.57 |
| Hex | 28 | 69 | FA | 54 | 3A | 0 | 2 | DD | 5F | 39 |
| Octal | 50 | 151 | 372 | 124 | 72 | 0 | 2 | 335 | 137 | 71 |
| Binary | 101000 | 1101001 | 11111010 | 1010100 | 111010 | 0 | 10 | 11011101 | 1011111 | 111001 |
Color Harmonies of #2869FA
Complementary color
Monochromatic Colors of #2869FA
Black with #2869FA
Text Example
Text Example
White with #2869FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869FA; }
p { color: rgb(40,105,250); }
H1.HeaderClassName
{
color: #2869FA;
}
.AnyTagClassName
{
color: #2869FA;
}
</style>
background-color css
<style>
a { background-color: #2869FA; }
a { background-color: rgb(40,105,250); }
div.DivClassName
{
background-color: #2869FA;
}
.BgClassName
{
background-color: #2869FA;
}
</style>
border-color css
<style>
span { border-color: #2869FA; }
span { border-color: rgb(40,105,250); }
td.TdClassName
{
border-color: #2869FA;
}
.TagClassName
{
border-color: #2869FA;
}
</style>