Shades of Royal Blue #2875DA
Tints of Royal Blue #2875DA
RGB
CMYK
RGB Variations
Color information
#2875DA (or 0x2875DA) is known color: Royal Blue. HEX triplet: 28, 75 and DA. RGB value is (40,117,218). Sum of RGB (Red+Green+Blue) = 40+117+218=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #2875DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2875DA is #D78A25. Grayscale: #696969. Windows color (decimal): -14125606 or 14316840. OLE color: 14316840.
HSL color Cylindrical-coordinate representation of color #2875DA: hue angle of 214.04º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2875DA is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 117 | 218 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.15 |
| HSL | 214.04º | 0.71% | 0.51% | - |
| HSV(B) | 214.04º | 0.82% | 0.85% | - |
| XYZ | 19.89 | 18.24 | 68.8 | - |
| YUV | 105.49 | 191.49 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 218 | 0.82 | 0.46 | 0 | 0.15 | 214.04 | 0.71 | 0.51 |
| Hex | 28 | 75 | DA | 52 | 2E | 0 | F | D6 | 47 | 33 |
| Octal | 50 | 165 | 332 | 122 | 56 | 0 | 17 | 326 | 107 | 63 |
| Binary | 101000 | 1110101 | 11011010 | 1010010 | 101110 | 0 | 1111 | 11010110 | 1000111 | 110011 |
Color Harmonies of #2875DA
Complementary color
Monochromatic Colors of #2875DA
Black with #2875DA
Text Example
Text Example
White with #2875DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875DA; }
p { color: rgb(40,117,218); }
H1.HeaderClassName
{
color: #2875DA;
}
.AnyTagClassName
{
color: #2875DA;
}
</style>
background-color css
<style>
a { background-color: #2875DA; }
a { background-color: rgb(40,117,218); }
div.DivClassName
{
background-color: #2875DA;
}
.BgClassName
{
background-color: #2875DA;
}
</style>
border-color css
<style>
span { border-color: #2875DA; }
span { border-color: rgb(40,117,218); }
td.TdClassName
{
border-color: #2875DA;
}
.TagClassName
{
border-color: #2875DA;
}
</style>