Shades of Blue #2018EE
Tints of Blue #2018EE
RGB
CMYK
RGB Variations
Color information
#2018EE (or 0x2018EE) is known color: Blue. HEX triplet: 20, 18 and EE. RGB value is (32,24,238). Sum of RGB (Red+Green+Blue) = 32+24+238=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 238 (93.36% from 255 or 80.95% from 294); Max value from RGB is 238 - color contains mainly: blue. Hex color #2018EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2018EE is #DFE711. Grayscale: #313131. Windows color (decimal): -14673682 or 15603744. OLE color: 15603744.
HSL color Cylindrical-coordinate representation of color #2018EE: hue angle of 242.24º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2018EE is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 24 | 238 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.07 |
| HSL | 242.24º | 0.86% | 0.51% | - |
| HSV(B) | 242.24º | 0.9% | 0.93% | - |
| XYZ | 16.35 | 7.13 | 81.4 | - |
| YUV | 50.79 | 233.65 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 238 | 0.87 | 0.90 | 0 | 0.07 | 242.24 | 0.86 | 0.51 |
| Hex | 20 | 18 | EE | 57 | 5A | 0 | 7 | F2 | 56 | 33 |
| Octal | 40 | 30 | 356 | 127 | 132 | 0 | 7 | 362 | 126 | 63 |
| Binary | 100000 | 11000 | 11101110 | 1010111 | 1011010 | 0 | 111 | 11110010 | 1010110 | 110011 |
Color Harmonies of #2018EE
Complementary color
Monochromatic Colors of #2018EE
Black with #2018EE
Text Example
Text Example
White with #2018EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018EE; }
p { color: rgb(32,24,238); }
H1.HeaderClassName
{
color: #2018EE;
}
.AnyTagClassName
{
color: #2018EE;
}
</style>
background-color css
<style>
a { background-color: #2018EE; }
a { background-color: rgb(32,24,238); }
div.DivClassName
{
background-color: #2018EE;
}
.BgClassName
{
background-color: #2018EE;
}
</style>
border-color css
<style>
span { border-color: #2018EE; }
span { border-color: rgb(32,24,238); }
td.TdClassName
{
border-color: #2018EE;
}
.TagClassName
{
border-color: #2018EE;
}
</style>