Shades of Royal Blue #2869D8
Tints of Royal Blue #2869D8
RGB
CMYK
RGB Variations
Color information
#2869D8 (or 0x2869D8) is known color: Royal Blue. HEX triplet: 28, 69 and D8. RGB value is (40,105,216). Sum of RGB (Red+Green+Blue) = 40+105+216=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #2869D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2869D8 is #D79627. Grayscale: #616161. Windows color (decimal): -14128680 or 14182696. OLE color: 14182696.
HSL color Cylindrical-coordinate representation of color #2869D8: hue angle of 217.84º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2869D8 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 105 | 216 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.15 |
| HSL | 217.84º | 0.69% | 0.5% | - |
| HSV(B) | 217.84º | 0.81% | 0.85% | - |
| XYZ | 18.32 | 15.51 | 66.99 | - |
| YUV | 98.22 | 194.47 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 216 | 0.81 | 0.51 | 0 | 0.15 | 217.84 | 0.69 | 0.5 |
| Hex | 28 | 69 | D8 | 51 | 33 | 0 | F | DA | 45 | 32 |
| Octal | 50 | 151 | 330 | 121 | 63 | 0 | 17 | 332 | 105 | 62 |
| Binary | 101000 | 1101001 | 11011000 | 1010001 | 110011 | 0 | 1111 | 11011010 | 1000101 | 110010 |
Color Harmonies of #2869D8
Complementary color
Monochromatic Colors of #2869D8
Black with #2869D8
Text Example
Text Example
White with #2869D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869D8; }
p { color: rgb(40,105,216); }
H1.HeaderClassName
{
color: #2869D8;
}
.AnyTagClassName
{
color: #2869D8;
}
</style>
background-color css
<style>
a { background-color: #2869D8; }
a { background-color: rgb(40,105,216); }
div.DivClassName
{
background-color: #2869D8;
}
.BgClassName
{
background-color: #2869D8;
}
</style>
border-color css
<style>
span { border-color: #2869D8; }
span { border-color: rgb(40,105,216); }
td.TdClassName
{
border-color: #2869D8;
}
.TagClassName
{
border-color: #2869D8;
}
</style>