Shades of Royal Blue #2878D3
Tints of Royal Blue #2878D3
RGB
CMYK
RGB Variations
Color information
#2878D3 (or 0x2878D3) is known color: Royal Blue. HEX triplet: 28, 78 and D3. RGB value is (40,120,211). Sum of RGB (Red+Green+Blue) = 40+120+211=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 211 (82.81% from 255 or 56.87% from 371); Max value from RGB is 211 - color contains mainly: blue. Hex color #2878D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2878D3 is #D7872C. Grayscale: #6A6A6A. Windows color (decimal): -14124845 or 13858856. OLE color: 13858856.
HSL color Cylindrical-coordinate representation of color #2878D3: hue angle of 211.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2878D3 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 120 | 211 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.17 |
| HSL | 211.93º | 0.68% | 0.49% | - |
| HSV(B) | 211.93º | 0.81% | 0.83% | - |
| XYZ | 19.35 | 18.59 | 64.2 | - |
| YUV | 106.45 | 187 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 211 | 0.81 | 0.43 | 0 | 0.17 | 211.93 | 0.68 | 0.49 |
| Hex | 28 | 78 | D3 | 51 | 2B | 0 | 11 | D4 | 44 | 31 |
| Octal | 50 | 170 | 323 | 121 | 53 | 0 | 21 | 324 | 104 | 61 |
| Binary | 101000 | 1111000 | 11010011 | 1010001 | 101011 | 0 | 10001 | 11010100 | 1000100 | 110001 |
Color Harmonies of #2878D3
Complementary color
Monochromatic Colors of #2878D3
Black with #2878D3
Text Example
Text Example
White with #2878D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878D3; }
p { color: rgb(40,120,211); }
H1.HeaderClassName
{
color: #2878D3;
}
.AnyTagClassName
{
color: #2878D3;
}
</style>
background-color css
<style>
a { background-color: #2878D3; }
a { background-color: rgb(40,120,211); }
div.DivClassName
{
background-color: #2878D3;
}
.BgClassName
{
background-color: #2878D3;
}
</style>
border-color css
<style>
span { border-color: #2878D3; }
span { border-color: rgb(40,120,211); }
td.TdClassName
{
border-color: #2878D3;
}
.TagClassName
{
border-color: #2878D3;
}
</style>