Shades of Medium Blue #2018DA
Tints of Medium Blue #2018DA
RGB
CMYK
RGB Variations
Color information
#2018DA (or 0x2018DA) is known color: Medium Blue. HEX triplet: 20, 18 and DA. RGB value is (32,24,218). Sum of RGB (Red+Green+Blue) = 32+24+218=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 24 (9.77% from 255 or 8.76% 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 #2018DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018DA is #DFE725. Grayscale: #2F2F2F. Windows color (decimal): -14673702 or 14293024. OLE color: 14293024.
HSL color Cylindrical-coordinate representation of color #2018DA: hue angle of 242.47º 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 #2018DA is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 24 | 218 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.15 |
| HSL | 242.47º | 0.8% | 0.47% | - |
| HSV(B) | 242.47º | 0.89% | 0.85% | - |
| XYZ | 13.58 | 6.02 | 66.78 | - |
| YUV | 48.51 | 223.65 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 218 | 0.85 | 0.89 | 0 | 0.15 | 242.47 | 0.8 | 0.47 |
| Hex | 20 | 18 | DA | 55 | 59 | 0 | F | F2 | 50 | 2F |
| Octal | 40 | 30 | 332 | 125 | 131 | 0 | 17 | 362 | 120 | 57 |
| Binary | 100000 | 11000 | 11011010 | 1010101 | 1011001 | 0 | 1111 | 11110010 | 1010000 | 101111 |
Color Harmonies of #2018DA
Complementary color
Monochromatic Colors of #2018DA
Black with #2018DA
Text Example
Text Example
White with #2018DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018DA; }
p { color: rgb(32,24,218); }
H1.HeaderClassName
{
color: #2018DA;
}
.AnyTagClassName
{
color: #2018DA;
}
</style>
background-color css
<style>
a { background-color: #2018DA; }
a { background-color: rgb(32,24,218); }
div.DivClassName
{
background-color: #2018DA;
}
.BgClassName
{
background-color: #2018DA;
}
</style>
border-color css
<style>
span { border-color: #2018DA; }
span { border-color: rgb(32,24,218); }
td.TdClassName
{
border-color: #2018DA;
}
.TagClassName
{
border-color: #2018DA;
}
</style>