Html Css Color HEX #078BDA Pacific Blue

📋 copy color: '#078BDA'

red 7 ◦ green 139 ◦ blue 218

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

Shades of Pacific Blue #078BDA

Tints of Pacific Blue #078BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

 BLUE value IS 218 (85.55% from 255) = 59.89%

R = 1.92%
G = 38.19%
B = 59.89%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#078BDA (or 0x078BDA) is known color: Pacific Blue. HEX triplet: 07, 8B and DA. RGB value is (7,139,218). Sum of RGB (Red+Green+Blue) = 7+139+218=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #078BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078BDA is #F87425. Grayscale: #6C6C6C. Windows color (decimal): -16282662 or 14322439. OLE color: 14322439.

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

Color convert

RGB 7 139 218 -
CMYK 0.97 0.36 0 0.15
HSL 202.46º 0.94% 0.44% -
HSV(B) 202.46º 0.97% 0.85% -
XYZ 21.98 23.57 69.72 -
YUV 108.54 189.77 55.58 -
System Red Green Blue C M Y K H S L
Decimal 7 139 218 0.97 0.36 0 0.15 202.46 0.94 0.44
Hex 7 8B DA 61 24 0 F CA 5E 2C
Octal 7 213 332 141 44 0 17 312 136 54
Binary 111 10001011 11011010 1100001 100100 0 1111 11001010 1011110 101100

Color Harmonies of #078BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078BDA

Black with #078BDA

Text Example


Text Example

White with #078BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,139,218); }

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

background-color css

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

 a { background-color: rgb(7,139,218); }

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

border-color css

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

 span { border-color: rgb(7,139,218); }

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