Html Css Color HEX #028EA4 Eastern Blue

📋 copy color: '#028EA4'

red 2 ◦ green 142 ◦ blue 164

#028EA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #028EA4

Tints of Eastern Blue #028EA4

RGB

 RED value IS 2 (1.17% from 255) = 0.65%

 GREEN value IS 142 (55.86% from 255) = 46.1%

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 0.65%
G = 46.1%
B = 53.25%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#028EA4 (or 0x028EA4) is known color: Eastern Blue. HEX triplet: 02, 8E and A4. RGB value is (2,142,164). Sum of RGB (Red+Green+Blue) = 2+142+164=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #028EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028EA4 is #FD715B. Grayscale: #666666. Windows color (decimal): -16609628 or 10784258. OLE color: 10784258.

HSL color Cylindrical-coordinate representation of color #028EA4: hue angle of 188.15º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028EA4 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 142 164 -
CMYK 0.99 0.13 0 0.36
HSL 188.15º 0.98% 0.33% -
HSV(B) 188.15º 0.99% 0.64% -
XYZ 16.4 22.04 38.51 -
YUV 102.65 162.62 56.21 -
System Red Green Blue C M Y K H S L
Decimal 2 142 164 0.99 0.13 0 0.36 188.15 0.98 0.33
Hex 2 8E A4 63 D 0 24 BC 62 21
Octal 2 216 244 143 15 0 44 274 142 41
Binary 10 10001110 10100100 1100011 1101 0 100100 10111100 1100010 100001

Color Harmonies of #028EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028EA4

Black with #028EA4

Text Example


Text Example

White with #028EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028EA4; }

 p { color: rgb(2,142,164); }

 H1.HeaderClassName
 {
   color: #028EA4;
 }
 .AnyTagClassName
 {
   color: #028EA4;
 }
</style>

background-color css

<style>
 a { background-color: #028EA4; }

 a { background-color: rgb(2,142,164); }

 div.DivClassName
 {
   background-color: #028EA4;
 }
 .BgClassName
 {
   background-color: #028EA4;
 }
</style>

border-color css

<style>
 span { border-color: #028EA4; }

 span { border-color: rgb(2,142,164); }

 td.TdClassName
 {
   border-color: #028EA4;
 }
 .TagClassName
 {
   border-color: #028EA4;
 }
</style>