Html Css Color HEX #028FA8 Eastern Blue

📋 copy color: '#028FA8'

red 2 ◦ green 143 ◦ blue 168

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

Shades of Eastern Blue #028FA8

Tints of Eastern Blue #028FA8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.69%

 BLUE value IS 168 (66.02% from 255) = 53.67%

R = 0.64%
G = 45.69%
B = 53.67%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#028FA8 (or 0x028FA8) is known color: Eastern Blue. HEX triplet: 02, 8F and A8. RGB value is (2,143,168). Sum of RGB (Red+Green+Blue) = 2+143+168=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #028FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028FA8 is #FD7057. Grayscale: #676767. Windows color (decimal): -16609368 or 11046658. OLE color: 11046658.

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

Color convert

RGB 2 143 168 -
CMYK 0.99 0.15 0 0.34
HSL 189.04º 0.98% 0.33% -
HSV(B) 189.04º 0.99% 0.66% -
XYZ 16.92 22.48 40.49 -
YUV 103.69 164.29 55.47 -
System Red Green Blue C M Y K H S L
Decimal 2 143 168 0.99 0.15 0 0.34 189.04 0.98 0.33
Hex 2 8F A8 63 F 0 22 BD 62 21
Octal 2 217 250 143 17 0 42 275 142 41
Binary 10 10001111 10101000 1100011 1111 0 100010 10111101 1100010 100001

Color Harmonies of #028FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FA8

Black with #028FA8

Text Example


Text Example

White with #028FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,143,168); }

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

background-color css

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

 a { background-color: rgb(2,143,168); }

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

border-color css

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

 span { border-color: rgb(2,143,168); }

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