Html Css Color HEX #078BCF Pacific Blue

📋 copy color: '#078BCF'

red 7 ◦ green 139 ◦ blue 207

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

Shades of Pacific Blue #078BCF

Tints of Pacific Blue #078BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 1.98%
G = 39.38%
B = 58.64%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#078BCF (or 0x078BCF) is known color: Pacific Blue. HEX triplet: 07, 8B and CF. RGB value is (7,139,207). Sum of RGB (Red+Green+Blue) = 7+139+207=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #078BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078BCF is #F87430. Grayscale: #6A6A6A. Windows color (decimal): -16282673 or 13601543. OLE color: 13601543.

HSL color Cylindrical-coordinate representation of color #078BCF: hue angle of 200.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078BCF is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 139 207 -
CMYK 0.97 0.33 0 0.19
HSL 200.4º 0.93% 0.42% -
HSV(B) 200.4º 0.97% 0.81% -
XYZ 20.58 23.02 62.39 -
YUV 107.28 184.27 56.47 -
System Red Green Blue C M Y K H S L
Decimal 7 139 207 0.97 0.33 0 0.19 200.4 0.93 0.42
Hex 7 8B CF 61 21 0 13 C8 5D 2A
Octal 7 213 317 141 41 0 23 310 135 52
Binary 111 10001011 11001111 1100001 100001 0 10011 11001000 1011101 101010

Color Harmonies of #078BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078BCF

Black with #078BCF

Text Example


Text Example

White with #078BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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