Shades of Blue #2028EF
Tints of Blue #2028EF
RGB
CMYK
RGB Variations
Color information
#2028EF (or 0x2028EF) is known color: Blue. HEX triplet: 20, 28 and EF. RGB value is (32,40,239). Sum of RGB (Red+Green+Blue) = 32+40+239=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #2028EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2028EF is #DFD710. Grayscale: #3B3B3B. Windows color (decimal): -14669585 or 15673376. OLE color: 15673376.
HSL color Cylindrical-coordinate representation of color #2028EF: hue angle of 237.68º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2028EF is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 40 | 239 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.06 |
| HSL | 237.68º | 0.87% | 0.53% | - |
| HSV(B) | 237.68º | 0.87% | 0.94% | - |
| XYZ | 16.93 | 8.06 | 82.32 | - |
| YUV | 60.29 | 228.85 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 239 | 0.87 | 0.83 | 0 | 0.06 | 237.68 | 0.87 | 0.53 |
| Hex | 20 | 28 | EF | 57 | 53 | 0 | 6 | EE | 57 | 35 |
| Octal | 40 | 50 | 357 | 127 | 123 | 0 | 6 | 356 | 127 | 65 |
| Binary | 100000 | 101000 | 11101111 | 1010111 | 1010011 | 0 | 110 | 11101110 | 1010111 | 110101 |
Color Harmonies of #2028EF
Complementary color
Monochromatic Colors of #2028EF
Black with #2028EF
Text Example
Text Example
White with #2028EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2028EF; }
p { color: rgb(32,40,239); }
H1.HeaderClassName
{
color: #2028EF;
}
.AnyTagClassName
{
color: #2028EF;
}
</style>
background-color css
<style>
a { background-color: #2028EF; }
a { background-color: rgb(32,40,239); }
div.DivClassName
{
background-color: #2028EF;
}
.BgClassName
{
background-color: #2028EF;
}
</style>
border-color css
<style>
span { border-color: #2028EF; }
span { border-color: rgb(32,40,239); }
td.TdClassName
{
border-color: #2028EF;
}
.TagClassName
{
border-color: #2028EF;
}
</style>