Html Css Color HEX #078CA8 Eastern Blue

📋 copy color: '#078CA8'

red 7 ◦ green 140 ◦ blue 168

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

Shades of Eastern Blue #078CA8

Tints of Eastern Blue #078CA8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

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

R = 2.22%
G = 44.44%
B = 53.33%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#078CA8 (or 0x078CA8) is known color: Eastern Blue. HEX triplet: 07, 8C and A8. RGB value is (7,140,168). Sum of RGB (Red+Green+Blue) = 7+140+168=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 168 (66.02% from 255 or 53.33% from 315); Max value from RGB is 168 - color contains mainly: blue. Hex color #078CA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078CA8 is #F87357. Grayscale: #676767. Windows color (decimal): -16282456 or 11045895. OLE color: 11045895.

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

Color convert

RGB 7 140 168 -
CMYK 0.96 0.17 0 0.34
HSL 190.43º 0.92% 0.34% -
HSV(B) 190.43º 0.96% 0.66% -
XYZ 16.53 21.63 40.35 -
YUV 103.43 164.44 59.22 -
System Red Green Blue C M Y K H S L
Decimal 7 140 168 0.96 0.17 0 0.34 190.43 0.92 0.34
Hex 7 8C A8 60 11 0 22 BE 5C 22
Octal 7 214 250 140 21 0 42 276 134 42
Binary 111 10001100 10101000 1100000 10001 0 100010 10111110 1011100 100010

Color Harmonies of #078CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078CA8

Black with #078CA8

Text Example


Text Example

White with #078CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,140,168); }

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

background-color css

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

 a { background-color: rgb(7,140,168); }

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

border-color css

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

 span { border-color: rgb(7,140,168); }

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