Html Css Color HEX #028FA3 Eastern Blue

📋 copy color: '#028FA3'

red 2 ◦ green 143 ◦ blue 163

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

Shades of Eastern Blue #028FA3

Tints of Eastern Blue #028FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 52.92%

R = 0.65%
G = 46.43%
B = 52.92%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#028FA3 (or 0x028FA3) is known color: Eastern Blue. HEX triplet: 02, 8F and A3. RGB value is (2,143,163). Sum of RGB (Red+Green+Blue) = 2+143+163=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #028FA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028FA3 is #FD705C. Grayscale: #666666. Windows color (decimal): -16609373 or 10718978. OLE color: 10718978.

HSL color Cylindrical-coordinate representation of color #028FA3: hue angle of 187.45º 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 #028FA3 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 143 163 -
CMYK 0.99 0.12 0 0.36
HSL 187.45º 0.98% 0.32% -
HSV(B) 187.45º 0.99% 0.64% -
XYZ 16.46 22.3 38.09 -
YUV 103.12 161.79 55.87 -
System Red Green Blue C M Y K H S L
Decimal 2 143 163 0.99 0.12 0 0.36 187.45 0.98 0.32
Hex 2 8F A3 63 C 0 24 BB 62 20
Octal 2 217 243 143 14 0 44 273 142 40
Binary 10 10001111 10100011 1100011 1100 0 100100 10111011 1100010 100000

Color Harmonies of #028FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FA3

Black with #028FA3

Text Example


Text Example

White with #028FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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