Shades of Royal Blue #2869FB
Tints of Royal Blue #2869FB
RGB
CMYK
RGB Variations
Color information
#2869FB (or 0x2869FB) is known color: Royal Blue. HEX triplet: 28, 69 and FB. RGB value is (40,105,251). Sum of RGB (Red+Green+Blue) = 40+105+251=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #2869FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2869FB is #D79604. Grayscale: #656565. Windows color (decimal): -14128645 or 16476456. OLE color: 16476456.
HSL color Cylindrical-coordinate representation of color #2869FB: hue angle of 221.52º degrees, saturation: 0.96, 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 #2869FB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 105 | 251 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.02 |
| HSL | 221.52º | 0.96% | 0.57% | - |
| HSV(B) | 221.52º | 0.84% | 0.98% | - |
| XYZ | 23.34 | 17.52 | 93.42 | - |
| YUV | 102.21 | 211.97 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 251 | 0.84 | 0.58 | 0 | 0.02 | 221.52 | 0.96 | 0.57 |
| Hex | 28 | 69 | FB | 54 | 3A | 0 | 2 | DE | 60 | 39 |
| Octal | 50 | 151 | 373 | 124 | 72 | 0 | 2 | 336 | 140 | 71 |
| Binary | 101000 | 1101001 | 11111011 | 1010100 | 111010 | 0 | 10 | 11011110 | 1100000 | 111001 |
Color Harmonies of #2869FB
Complementary color
Monochromatic Colors of #2869FB
Black with #2869FB
Text Example
Text Example
White with #2869FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869FB; }
p { color: rgb(40,105,251); }
H1.HeaderClassName
{
color: #2869FB;
}
.AnyTagClassName
{
color: #2869FB;
}
</style>
background-color css
<style>
a { background-color: #2869FB; }
a { background-color: rgb(40,105,251); }
div.DivClassName
{
background-color: #2869FB;
}
.BgClassName
{
background-color: #2869FB;
}
</style>
border-color css
<style>
span { border-color: #2869FB; }
span { border-color: rgb(40,105,251); }
td.TdClassName
{
border-color: #2869FB;
}
.TagClassName
{
border-color: #2869FB;
}
</style>