Shades of Medium Blue #2018D8
Tints of Medium Blue #2018D8
RGB
CMYK
RGB Variations
Color information
#2018D8 (or 0x2018D8) is known color: Medium Blue. HEX triplet: 20, 18 and D8. RGB value is (32,24,216). Sum of RGB (Red+Green+Blue) = 32+24+216=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 216 (84.77% from 255 or 79.41% from 272); Max value from RGB is 216 - color contains mainly: blue. Hex color #2018D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018D8 is #DFE727. Grayscale: #2F2F2F. Windows color (decimal): -14673704 or 14161952. OLE color: 14161952.
HSL color Cylindrical-coordinate representation of color #2018D8: hue angle of 242.5º 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 #2018D8 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 24 | 216 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.15 |
| HSL | 242.5º | 0.8% | 0.47% | - |
| HSV(B) | 242.5º | 0.89% | 0.85% | - |
| XYZ | 13.32 | 5.92 | 65.41 | - |
| YUV | 48.28 | 222.65 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 216 | 0.85 | 0.89 | 0 | 0.15 | 242.5 | 0.8 | 0.47 |
| Hex | 20 | 18 | D8 | 55 | 59 | 0 | F | F2 | 50 | 2F |
| Octal | 40 | 30 | 330 | 125 | 131 | 0 | 17 | 362 | 120 | 57 |
| Binary | 100000 | 11000 | 11011000 | 1010101 | 1011001 | 0 | 1111 | 11110010 | 1010000 | 101111 |
Color Harmonies of #2018D8
Complementary color
Monochromatic Colors of #2018D8
Black with #2018D8
Text Example
Text Example
White with #2018D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018D8; }
p { color: rgb(32,24,216); }
H1.HeaderClassName
{
color: #2018D8;
}
.AnyTagClassName
{
color: #2018D8;
}
</style>
background-color css
<style>
a { background-color: #2018D8; }
a { background-color: rgb(32,24,216); }
div.DivClassName
{
background-color: #2018D8;
}
.BgClassName
{
background-color: #2018D8;
}
</style>
border-color css
<style>
span { border-color: #2018D8; }
span { border-color: rgb(32,24,216); }
td.TdClassName
{
border-color: #2018D8;
}
.TagClassName
{
border-color: #2018D8;
}
</style>