Html Css Color HEX #078DCC Pacific Blue

📋 copy color: '#078DCC'

red 7 ◦ green 141 ◦ blue 204

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

Shades of Pacific Blue #078DCC

Tints of Pacific Blue #078DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 1.99%
G = 40.06%
B = 57.95%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#078DCC (or 0x078DCC) is known color: Pacific Blue. HEX triplet: 07, 8D and CC. RGB value is (7,141,204). Sum of RGB (Red+Green+Blue) = 7+141+204=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #078DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DCC is #F87233. Grayscale: #6B6B6B. Windows color (decimal): -16282164 or 13405447. OLE color: 13405447.

HSL color Cylindrical-coordinate representation of color #078DCC: hue angle of 199.19º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078DCC is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 141 204 -
CMYK 0.97 0.31 0 0.2
HSL 199.19º 0.93% 0.41% -
HSV(B) 199.19º 0.97% 0.8% -
XYZ 20.51 23.45 60.57 -
YUV 108.12 182.11 55.88 -
System Red Green Blue C M Y K H S L
Decimal 7 141 204 0.97 0.31 0 0.2 199.19 0.93 0.41
Hex 7 8D CC 61 1F 0 14 C7 5D 29
Octal 7 215 314 141 37 0 24 307 135 51
Binary 111 10001101 11001100 1100001 11111 0 10100 11000111 1011101 101001

Color Harmonies of #078DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DCC

Black with #078DCC

Text Example


Text Example

White with #078DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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