Shades of Medium Blue #2810DA
Tints of Medium Blue #2810DA
RGB
CMYK
RGB Variations
Color information
#2810DA (or 0x2810DA) is known color: Medium Blue. HEX triplet: 28, 10 and DA. RGB value is (40,16,218). Sum of RGB (Red+Green+Blue) = 40+16+218=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 218 (85.55% from 255 or 79.56% from 274); Max value from RGB is 218 - color contains mainly: blue. Hex color #2810DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2810DA is #D7EF25. Grayscale: #2D2D2D. Windows color (decimal): -14151462 or 14290984. OLE color: 14290984.
HSL color Cylindrical-coordinate representation of color #2810DA: hue angle of 247.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2810DA is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 16 | 218 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.15 |
| HSL | 247.13º | 0.86% | 0.46% | - |
| HSV(B) | 247.13º | 0.93% | 0.85% | - |
| XYZ | 13.72 | 5.88 | 66.74 | - |
| YUV | 46.2 | 224.95 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 218 | 0.82 | 0.93 | 0 | 0.15 | 247.13 | 0.86 | 0.46 |
| Hex | 28 | 10 | DA | 52 | 5D | 0 | F | F7 | 56 | 2E |
| Octal | 50 | 20 | 332 | 122 | 135 | 0 | 17 | 367 | 126 | 56 |
| Binary | 101000 | 10000 | 11011010 | 1010010 | 1011101 | 0 | 1111 | 11110111 | 1010110 | 101110 |
Color Harmonies of #2810DA
Complementary color
Monochromatic Colors of #2810DA
Black with #2810DA
Text Example
Text Example
White with #2810DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2810DA; }
p { color: rgb(40,16,218); }
H1.HeaderClassName
{
color: #2810DA;
}
.AnyTagClassName
{
color: #2810DA;
}
</style>
background-color css
<style>
a { background-color: #2810DA; }
a { background-color: rgb(40,16,218); }
div.DivClassName
{
background-color: #2810DA;
}
.BgClassName
{
background-color: #2810DA;
}
</style>
border-color css
<style>
span { border-color: #2810DA; }
span { border-color: rgb(40,16,218); }
td.TdClassName
{
border-color: #2810DA;
}
.TagClassName
{
border-color: #2810DA;
}
</style>