Shades of Royal Blue #2869DC
Tints of Royal Blue #2869DC
RGB
CMYK
RGB Variations
Color information
#2869DC (or 0x2869DC) is known color: Royal Blue. HEX triplet: 28, 69 and DC. RGB value is (40,105,220). Sum of RGB (Red+Green+Blue) = 40+105+220=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #2869DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2869DC is #D79623. Grayscale: #626262. Windows color (decimal): -14128676 or 14444840. OLE color: 14444840.
HSL color Cylindrical-coordinate representation of color #2869DC: hue angle of 218.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2869DC is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 105 | 220 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.14 |
| HSL | 218.33º | 0.72% | 0.51% | - |
| HSV(B) | 218.33º | 0.82% | 0.86% | - |
| XYZ | 18.84 | 15.72 | 69.75 | - |
| YUV | 98.68 | 196.47 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 220 | 0.82 | 0.52 | 0 | 0.14 | 218.33 | 0.72 | 0.51 |
| Hex | 28 | 69 | DC | 52 | 34 | 0 | E | DA | 48 | 33 |
| Octal | 50 | 151 | 334 | 122 | 64 | 0 | 16 | 332 | 110 | 63 |
| Binary | 101000 | 1101001 | 11011100 | 1010010 | 110100 | 0 | 1110 | 11011010 | 1001000 | 110011 |
Color Harmonies of #2869DC
Complementary color
Monochromatic Colors of #2869DC
Black with #2869DC
Text Example
Text Example
White with #2869DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2869DC; }
p { color: rgb(40,105,220); }
H1.HeaderClassName
{
color: #2869DC;
}
.AnyTagClassName
{
color: #2869DC;
}
</style>
background-color css
<style>
a { background-color: #2869DC; }
a { background-color: rgb(40,105,220); }
div.DivClassName
{
background-color: #2869DC;
}
.BgClassName
{
background-color: #2869DC;
}
</style>
border-color css
<style>
span { border-color: #2869DC; }
span { border-color: rgb(40,105,220); }
td.TdClassName
{
border-color: #2869DC;
}
.TagClassName
{
border-color: #2869DC;
}
</style>