Html Css Color HEX #028FA5 Eastern Blue

📋 copy color: '#028FA5'

red 2 ◦ green 143 ◦ blue 165

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

Shades of Eastern Blue #028FA5

Tints of Eastern Blue #028FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.23%

R = 0.65%
G = 46.13%
B = 53.23%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#028FA5 (or 0x028FA5) is known color: Eastern Blue. HEX triplet: 02, 8F and A5. RGB value is (2,143,165). Sum of RGB (Red+Green+Blue) = 2+143+165=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #028FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028FA5 is #FD705A. Grayscale: #676767. Windows color (decimal): -16609371 or 10850050. OLE color: 10850050.

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

Color convert

RGB 2 143 165 -
CMYK 0.99 0.13 0 0.35
HSL 188.1º 0.98% 0.33% -
HSV(B) 188.1º 0.99% 0.65% -
XYZ 16.64 22.37 39.04 -
YUV 103.35 162.79 55.71 -
System Red Green Blue C M Y K H S L
Decimal 2 143 165 0.99 0.13 0 0.35 188.1 0.98 0.33
Hex 2 8F A5 63 D 0 23 BC 62 21
Octal 2 217 245 143 15 0 43 274 142 41
Binary 10 10001111 10100101 1100011 1101 0 100011 10111100 1100010 100001

Color Harmonies of #028FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FA5

Black with #028FA5

Text Example


Text Example

White with #028FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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