Shades of Eastern Blue #028DA1
Tints of Eastern Blue #028DA1
RGB
CMYK
RGB Variations
Color information
#028DA1 (or 0x028DA1) is known color: Eastern Blue. HEX triplet: 02, 8D and A1. RGB value is (2,141,161). Sum of RGB (Red+Green+Blue) = 2+141+161=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #028DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028DA1 is #FD725E. Grayscale: #656565. Windows color (decimal): -16609887 or 10587394. OLE color: 10587394.
HSL color Cylindrical-coordinate representation of color #028DA1: hue angle of 187.55º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DA1 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 141 | 161 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.37 |
| HSL | 187.55º | 0.98% | 0.32% | - |
| HSV(B) | 187.55º | 0.99% | 0.63% | - |
| XYZ | 15.98 | 21.64 | 37.05 | - |
| YUV | 101.72 | 161.45 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 161 | 0.99 | 0.12 | 0 | 0.37 | 187.55 | 0.98 | 0.32 |
| Hex | 2 | 8D | A1 | 63 | C | 0 | 25 | BC | 62 | 20 |
| Octal | 2 | 215 | 241 | 143 | 14 | 0 | 45 | 274 | 142 | 40 |
| Binary | 10 | 10001101 | 10100001 | 1100011 | 1100 | 0 | 100101 | 10111100 | 1100010 | 100000 |
Color Harmonies of #028DA1
Complementary color
Monochromatic Colors of #028DA1
Black with #028DA1
Text Example
Text Example
White with #028DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DA1; }
p { color: rgb(2,141,161); }
H1.HeaderClassName
{
color: #028DA1;
}
.AnyTagClassName
{
color: #028DA1;
}
</style>
background-color css
<style>
a { background-color: #028DA1; }
a { background-color: rgb(2,141,161); }
div.DivClassName
{
background-color: #028DA1;
}
.BgClassName
{
background-color: #028DA1;
}
</style>
border-color css
<style>
span { border-color: #028DA1; }
span { border-color: rgb(2,141,161); }
td.TdClassName
{
border-color: #028DA1;
}
.TagClassName
{
border-color: #028DA1;
}
</style>