Html Css Color HEX #078CC8 Pacific Blue

📋 copy color: '#078CC8'

red 7 ◦ green 140 ◦ blue 200

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

Shades of Pacific Blue #078CC8

Tints of Pacific Blue #078CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 57.64%

R = 2.02%
G = 40.35%
B = 57.64%

CMYK

 C value IS 0.96

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#078CC8 (or 0x078CC8) is known color: Pacific Blue. HEX triplet: 07, 8C and C8. RGB value is (7,140,200). Sum of RGB (Red+Green+Blue) = 7+140+200=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 200 (78.52% from 255 or 57.64% from 347); Max value from RGB is 200 - color contains mainly: blue. Hex color #078CC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078CC8 is #F87337. Grayscale: #6A6A6A. Windows color (decimal): -16282424 or 13143047. OLE color: 13143047.

HSL color Cylindrical-coordinate representation of color #078CC8: hue angle of 198.65º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078CC8 is Cyan = 0.96, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 140 200 -
CMYK 0.96 0.3 0 0.22
HSL 198.65º 0.93% 0.41% -
HSV(B) 198.65º 0.97% 0.78% -
XYZ 19.89 22.97 58.03 -
YUV 107.07 180.44 56.62 -
System Red Green Blue C M Y K H S L
Decimal 7 140 200 0.96 0.3 0 0.22 198.65 0.93 0.41
Hex 7 8C C8 60 1E 0 16 C7 5D 29
Octal 7 214 310 140 36 0 26 307 135 51
Binary 111 10001100 11001000 1100000 11110 0 10110 11000111 1011101 101001

Color Harmonies of #078CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078CC8

Black with #078CC8

Text Example


Text Example

White with #078CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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