Shades of Blue #2018EF
Tints of Blue #2018EF
RGB
CMYK
RGB Variations
Color information
#2018EF (or 0x2018EF) is known color: Blue. HEX triplet: 20, 18 and EF. RGB value is (32,24,239). Sum of RGB (Red+Green+Blue) = 32+24+239=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #2018EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2018EF is #DFE710. Grayscale: #323232. Windows color (decimal): -14673681 or 15669280. OLE color: 15669280.
HSL color Cylindrical-coordinate representation of color #2018EF: hue angle of 242.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2018EF is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 24 | 239 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.06 |
| HSL | 242.23º | 0.87% | 0.52% | - |
| HSV(B) | 242.23º | 0.9% | 0.94% | - |
| XYZ | 16.5 | 7.19 | 82.18 | - |
| YUV | 50.9 | 234.15 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 239 | 0.87 | 0.90 | 0 | 0.06 | 242.23 | 0.87 | 0.52 |
| Hex | 20 | 18 | EF | 57 | 5A | 0 | 6 | F2 | 57 | 34 |
| Octal | 40 | 30 | 357 | 127 | 132 | 0 | 6 | 362 | 127 | 64 |
| Binary | 100000 | 11000 | 11101111 | 1010111 | 1011010 | 0 | 110 | 11110010 | 1010111 | 110100 |
Color Harmonies of #2018EF
Complementary color
Monochromatic Colors of #2018EF
Black with #2018EF
Text Example
Text Example
White with #2018EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018EF; }
p { color: rgb(32,24,239); }
H1.HeaderClassName
{
color: #2018EF;
}
.AnyTagClassName
{
color: #2018EF;
}
</style>
background-color css
<style>
a { background-color: #2018EF; }
a { background-color: rgb(32,24,239); }
div.DivClassName
{
background-color: #2018EF;
}
.BgClassName
{
background-color: #2018EF;
}
</style>
border-color css
<style>
span { border-color: #2018EF; }
span { border-color: rgb(32,24,239); }
td.TdClassName
{
border-color: #2018EF;
}
.TagClassName
{
border-color: #2018EF;
}
</style>