Shades of Royal Blue #2872D6
Tints of Royal Blue #2872D6
RGB
CMYK
RGB Variations
Color information
#2872D6 (or 0x2872D6) is known color: Royal Blue. HEX triplet: 28, 72 and D6. RGB value is (40,114,214). Sum of RGB (Red+Green+Blue) = 40+114+214=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 214 (83.98% from 255 or 58.15% from 368); Max value from RGB is 214 - color contains mainly: blue. Hex color #2872D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2872D6 is #D78D29. Grayscale: #666666. Windows color (decimal): -14126378 or 14053928. OLE color: 14053928.
HSL color Cylindrical-coordinate representation of color #2872D6: hue angle of 214.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2872D6 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 114 | 214 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.16 |
| HSL | 214.48º | 0.69% | 0.5% | - |
| HSV(B) | 214.48º | 0.81% | 0.84% | - |
| XYZ | 19.03 | 17.34 | 65.96 | - |
| YUV | 103.27 | 190.48 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 214 | 0.81 | 0.47 | 0 | 0.16 | 214.48 | 0.69 | 0.5 |
| Hex | 28 | 72 | D6 | 51 | 2F | 0 | 10 | D6 | 45 | 32 |
| Octal | 50 | 162 | 326 | 121 | 57 | 0 | 20 | 326 | 105 | 62 |
| Binary | 101000 | 1110010 | 11010110 | 1010001 | 101111 | 0 | 10000 | 11010110 | 1000101 | 110010 |
Color Harmonies of #2872D6
Complementary color
Monochromatic Colors of #2872D6
Black with #2872D6
Text Example
Text Example
White with #2872D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872D6; }
p { color: rgb(40,114,214); }
H1.HeaderClassName
{
color: #2872D6;
}
.AnyTagClassName
{
color: #2872D6;
}
</style>
background-color css
<style>
a { background-color: #2872D6; }
a { background-color: rgb(40,114,214); }
div.DivClassName
{
background-color: #2872D6;
}
.BgClassName
{
background-color: #2872D6;
}
</style>
border-color css
<style>
span { border-color: #2872D6; }
span { border-color: rgb(40,114,214); }
td.TdClassName
{
border-color: #2872D6;
}
.TagClassName
{
border-color: #2872D6;
}
</style>