Shades of Medium Blue #2818DA
Tints of Medium Blue #2818DA
RGB
CMYK
RGB Variations
Color information
#2818DA (or 0x2818DA) is known color: Medium Blue. HEX triplet: 28, 18 and DA. RGB value is (40,24,218). Sum of RGB (Red+Green+Blue) = 40+24+218=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #2818DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2818DA is #D7E725. Grayscale: #323232. Windows color (decimal): -14149414 or 14293032. OLE color: 14293032.
HSL color Cylindrical-coordinate representation of color #2818DA: hue angle of 244.95º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2818DA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 24 | 218 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.15 |
| HSL | 244.95º | 0.8% | 0.47% | - |
| HSV(B) | 244.95º | 0.89% | 0.85% | - |
| XYZ | 13.86 | 6.17 | 66.79 | - |
| YUV | 50.9 | 222.3 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 218 | 0.82 | 0.89 | 0 | 0.15 | 244.95 | 0.8 | 0.47 |
| Hex | 28 | 18 | DA | 52 | 59 | 0 | F | F5 | 50 | 2F |
| Octal | 50 | 30 | 332 | 122 | 131 | 0 | 17 | 365 | 120 | 57 |
| Binary | 101000 | 11000 | 11011010 | 1010010 | 1011001 | 0 | 1111 | 11110101 | 1010000 | 101111 |
Color Harmonies of #2818DA
Complementary color
Monochromatic Colors of #2818DA
Black with #2818DA
Text Example
Text Example
White with #2818DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2818DA; }
p { color: rgb(40,24,218); }
H1.HeaderClassName
{
color: #2818DA;
}
.AnyTagClassName
{
color: #2818DA;
}
</style>
background-color css
<style>
a { background-color: #2818DA; }
a { background-color: rgb(40,24,218); }
div.DivClassName
{
background-color: #2818DA;
}
.BgClassName
{
background-color: #2818DA;
}
</style>
border-color css
<style>
span { border-color: #2818DA; }
span { border-color: rgb(40,24,218); }
td.TdClassName
{
border-color: #2818DA;
}
.TagClassName
{
border-color: #2818DA;
}
</style>