Html Css Color HEX #078EDB Pacific Blue

📋 copy color: '#078EDB'

red 7 ◦ green 142 ◦ blue 219

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

Shades of Pacific Blue #078EDB

Tints of Pacific Blue #078EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.59%

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 1.9%
G = 38.59%
B = 59.51%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#078EDB (or 0x078EDB) is known color: Pacific Blue. HEX triplet: 07, 8E and DB. RGB value is (7,142,219). Sum of RGB (Red+Green+Blue) = 7+142+219=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #078EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078EDB is #F87124. Grayscale: #6D6D6D. Windows color (decimal): -16281893 or 14388743. OLE color: 14388743.

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

Color convert

RGB 7 142 219 -
CMYK 0.97 0.35 0 0.14
HSL 201.79º 0.94% 0.44% -
HSV(B) 201.79º 0.97% 0.86% -
XYZ 22.55 24.51 70.56 -
YUV 110.41 189.27 54.24 -
System Red Green Blue C M Y K H S L
Decimal 7 142 219 0.97 0.35 0 0.14 201.79 0.94 0.44
Hex 7 8E DB 61 23 0 E CA 5E 2C
Octal 7 216 333 141 43 0 16 312 136 54
Binary 111 10001110 11011011 1100001 100011 0 1110 11001010 1011110 101100

Color Harmonies of #078EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078EDB

Black with #078EDB

Text Example


Text Example

White with #078EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,142,219); }

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

background-color css

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

 a { background-color: rgb(7,142,219); }

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

border-color css

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

 span { border-color: rgb(7,142,219); }

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