Shades of Blue #2018EA
Tints of Blue #2018EA
RGB
CMYK
RGB Variations
Color information
#2018EA (or 0x2018EA) is known color: Blue. HEX triplet: 20, 18 and EA. RGB value is (32,24,234). Sum of RGB (Red+Green+Blue) = 32+24+234=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #2018EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2018EA is #DFE715. Grayscale: #313131. Windows color (decimal): -14673686 or 15341600. OLE color: 15341600.
HSL color Cylindrical-coordinate representation of color #2018EA: hue angle of 242.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2018EA is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 24 | 234 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.08 |
| HSL | 242.29º | 0.83% | 0.51% | - |
| HSV(B) | 242.29º | 0.9% | 0.92% | - |
| XYZ | 15.77 | 6.9 | 78.34 | - |
| YUV | 50.33 | 231.65 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 234 | 0.86 | 0.90 | 0 | 0.08 | 242.29 | 0.83 | 0.51 |
| Hex | 20 | 18 | EA | 56 | 5A | 0 | 8 | F2 | 53 | 33 |
| Octal | 40 | 30 | 352 | 126 | 132 | 0 | 10 | 362 | 123 | 63 |
| Binary | 100000 | 11000 | 11101010 | 1010110 | 1011010 | 0 | 1000 | 11110010 | 1010011 | 110011 |
Color Harmonies of #2018EA
Complementary color
Monochromatic Colors of #2018EA
Black with #2018EA
Text Example
Text Example
White with #2018EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018EA; }
p { color: rgb(32,24,234); }
H1.HeaderClassName
{
color: #2018EA;
}
.AnyTagClassName
{
color: #2018EA;
}
</style>
background-color css
<style>
a { background-color: #2018EA; }
a { background-color: rgb(32,24,234); }
div.DivClassName
{
background-color: #2018EA;
}
.BgClassName
{
background-color: #2018EA;
}
</style>
border-color css
<style>
span { border-color: #2018EA; }
span { border-color: rgb(32,24,234); }
td.TdClassName
{
border-color: #2018EA;
}
.TagClassName
{
border-color: #2018EA;
}
</style>