Shades of Eastern Blue #028DA2
Tints of Eastern Blue #028DA2
RGB
CMYK
RGB Variations
Color information
#028DA2 (or 0x028DA2) is known color: Eastern Blue. HEX triplet: 02, 8D and A2. RGB value is (2,141,162). Sum of RGB (Red+Green+Blue) = 2+141+162=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #028DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028DA2 is #FD725D. Grayscale: #656565. Windows color (decimal): -16609886 or 10652930. OLE color: 10652930.
HSL color Cylindrical-coordinate representation of color #028DA2: hue angle of 187.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DA2 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 141 | 162 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.36 |
| HSL | 187.88º | 0.98% | 0.32% | - |
| HSV(B) | 187.88º | 0.99% | 0.64% | - |
| XYZ | 16.07 | 21.67 | 37.52 | - |
| YUV | 101.83 | 161.95 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 162 | 0.99 | 0.13 | 0 | 0.36 | 187.88 | 0.98 | 0.32 |
| Hex | 2 | 8D | A2 | 63 | D | 0 | 24 | BC | 62 | 20 |
| Octal | 2 | 215 | 242 | 143 | 15 | 0 | 44 | 274 | 142 | 40 |
| Binary | 10 | 10001101 | 10100010 | 1100011 | 1101 | 0 | 100100 | 10111100 | 1100010 | 100000 |
Color Harmonies of #028DA2
Complementary color
Monochromatic Colors of #028DA2
Black with #028DA2
Text Example
Text Example
White with #028DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DA2; }
p { color: rgb(2,141,162); }
H1.HeaderClassName
{
color: #028DA2;
}
.AnyTagClassName
{
color: #028DA2;
}
</style>
background-color css
<style>
a { background-color: #028DA2; }
a { background-color: rgb(2,141,162); }
div.DivClassName
{
background-color: #028DA2;
}
.BgClassName
{
background-color: #028DA2;
}
</style>
border-color css
<style>
span { border-color: #028DA2; }
span { border-color: rgb(2,141,162); }
td.TdClassName
{
border-color: #028DA2;
}
.TagClassName
{
border-color: #028DA2;
}
</style>