Html Css Color HEX #027F9F Eastern Blue

📋 copy color: '#027F9F'

red 2 ◦ green 127 ◦ blue 159

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

Shades of Eastern Blue #027F9F

Tints of Eastern Blue #027F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 44.1%

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 0.69%
G = 44.1%
B = 55.21%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#027F9F (or 0x027F9F) is known color: Eastern Blue. HEX triplet: 02, 7F and 9F. RGB value is (2,127,159). Sum of RGB (Red+Green+Blue) = 2+127+159=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #027F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F9F is #FD8060. Grayscale: #5D5D5D. Windows color (decimal): -16613473 or 10452738. OLE color: 10452738.

HSL color Cylindrical-coordinate representation of color #027F9F: hue angle of 192.23º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027F9F is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 127 159 -
CMYK 0.99 0.20 0 0.38
HSL 192.23º 0.98% 0.32% -
HSV(B) 192.23º 0.99% 0.62% -
XYZ 13.87 17.69 35.49 -
YUV 93.27 165.09 62.9 -
System Red Green Blue C M Y K H S L
Decimal 2 127 159 0.99 0.20 0 0.38 192.23 0.98 0.32
Hex 2 7F 9F 63 14 0 26 C0 62 20
Octal 2 177 237 143 24 0 46 300 142 40
Binary 10 1111111 10011111 1100011 10100 0 100110 11000000 1100010 100000

Color Harmonies of #027F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F9F

Black with #027F9F

Text Example


Text Example

White with #027F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027F9F; }

 p { color: rgb(2,127,159); }

 H1.HeaderClassName
 {
   color: #027F9F;
 }
 .AnyTagClassName
 {
   color: #027F9F;
 }
</style>

background-color css

<style>
 a { background-color: #027F9F; }

 a { background-color: rgb(2,127,159); }

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

border-color css

<style>
 span { border-color: #027F9F; }

 span { border-color: rgb(2,127,159); }

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