Html Css Color HEX #078DDB Pacific Blue

📋 copy color: '#078DDB'

red 7 ◦ green 141 ◦ blue 219

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

Shades of Pacific Blue #078DDB

Tints of Pacific Blue #078DDB

RGB

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

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

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

R = 1.91%
G = 38.42%
B = 59.67%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#078DDB (or 0x078DDB) is known color: Pacific Blue. HEX triplet: 07, 8D and DB. RGB value is (7,141,219). Sum of RGB (Red+Green+Blue) = 7+141+219=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #078DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DDB is #F87224. Grayscale: #6D6D6D. Windows color (decimal): -16282149 or 14388487. OLE color: 14388487.

HSL color Cylindrical-coordinate representation of color #078DDB: hue angle of 202.08º 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 #078DDB is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 141 219 -
CMYK 0.97 0.36 0 0.14
HSL 202.08º 0.94% 0.44% -
HSV(B) 202.08º 0.97% 0.86% -
XYZ 22.4 24.21 70.51 -
YUV 109.83 189.61 54.66 -
System Red Green Blue C M Y K H S L
Decimal 7 141 219 0.97 0.36 0 0.14 202.08 0.94 0.44
Hex 7 8D DB 61 24 0 E CA 5E 2C
Octal 7 215 333 141 44 0 16 312 136 54
Binary 111 10001101 11011011 1100001 100100 0 1110 11001010 1011110 101100

Color Harmonies of #078DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DDB

Black with #078DDB

Text Example


Text Example

White with #078DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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