Html Css Color HEX #078DA4 Eastern Blue

📋 copy color: '#078DA4'

red 7 ◦ green 141 ◦ blue 164

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

Shades of Eastern Blue #078DA4

Tints of Eastern Blue #078DA4

RGB

 RED value IS 7 (3.13% from 255) = 2.24%

 GREEN value IS 141 (55.47% from 255) = 45.19%

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

R = 2.24%
G = 45.19%
B = 52.56%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#078DA4 (or 0x078DA4) is known color: Eastern Blue. HEX triplet: 07, 8D and A4. RGB value is (7,141,164). Sum of RGB (Red+Green+Blue) = 7+141+164=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #078DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078DA4 is #F8725B. Grayscale: #676767. Windows color (decimal): -16282204 or 10784007. OLE color: 10784007.

HSL color Cylindrical-coordinate representation of color #078DA4: hue angle of 188.79º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078DA4 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 141 164 -
CMYK 0.96 0.14 0 0.36
HSL 188.79º 0.92% 0.34% -
HSV(B) 188.79º 0.96% 0.64% -
XYZ 16.31 21.78 38.47 -
YUV 103.56 162.11 59.13 -
System Red Green Blue C M Y K H S L
Decimal 7 141 164 0.96 0.14 0 0.36 188.79 0.92 0.34
Hex 7 8D A4 60 E 0 24 BD 5C 22
Octal 7 215 244 140 16 0 44 275 134 42
Binary 111 10001101 10100100 1100000 1110 0 100100 10111101 1011100 100010

Color Harmonies of #078DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DA4

Black with #078DA4

Text Example


Text Example

White with #078DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078DA4; }

 p { color: rgb(7,141,164); }

 H1.HeaderClassName
 {
   color: #078DA4;
 }
 .AnyTagClassName
 {
   color: #078DA4;
 }
</style>

background-color css

<style>
 a { background-color: #078DA4; }

 a { background-color: rgb(7,141,164); }

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

border-color css

<style>
 span { border-color: #078DA4; }

 span { border-color: rgb(7,141,164); }

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