Html Css Color HEX #078FD7 Pacific Blue

📋 copy color: '#078FD7'

red 7 ◦ green 143 ◦ blue 215

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

Shades of Pacific Blue #078FD7

Tints of Pacific Blue #078FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.9%

R = 1.92%
G = 39.18%
B = 58.9%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#078FD7 (or 0x078FD7) is known color: Pacific Blue. HEX triplet: 07, 8F and D7. RGB value is (7,143,215). Sum of RGB (Red+Green+Blue) = 7+143+215=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #078FD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FD7 is #F87028. Grayscale: #6E6E6E. Windows color (decimal): -16281641 or 14126855. OLE color: 14126855.

HSL color Cylindrical-coordinate representation of color #078FD7: hue angle of 200.77º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078FD7 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 7 143 215 -
CMYK 0.97 0.33 0 0.16
HSL 200.77º 0.94% 0.44% -
HSV(B) 200.77º 0.97% 0.84% -
XYZ 22.18 24.6 67.87 -
YUV 110.54 186.94 54.15 -
System Red Green Blue C M Y K H S L
Decimal 7 143 215 0.97 0.33 0 0.16 200.77 0.94 0.44
Hex 7 8F D7 61 21 0 10 C9 5E 2C
Octal 7 217 327 141 41 0 20 311 136 54
Binary 111 10001111 11010111 1100001 100001 0 10000 11001001 1011110 101100

Color Harmonies of #078FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078FD7

Black with #078FD7

Text Example


Text Example

White with #078FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,143,215); }

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

background-color css

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

 a { background-color: rgb(7,143,215); }

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

border-color css

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

 span { border-color: rgb(7,143,215); }

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