Html Css Color HEX #078DDD Pacific Blue

📋 copy color: '#078DDD'

red 7 ◦ green 141 ◦ blue 221

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

Shades of Pacific Blue #078DDD

Tints of Pacific Blue #078DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 1.9%
G = 38.21%
B = 59.89%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#078DDD (or 0x078DDD) is known color: Pacific Blue. HEX triplet: 07, 8D and DD. RGB value is (7,141,221). Sum of RGB (Red+Green+Blue) = 7+141+221=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #078DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DDD is #F87222. Grayscale: #6D6D6D. Windows color (decimal): -16282147 or 14519559. OLE color: 14519559.

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

Color convert

RGB 7 141 221 -
CMYK 0.97 0.36 0 0.13
HSL 202.43º 0.94% 0.45% -
HSV(B) 202.43º 0.97% 0.87% -
XYZ 22.66 24.32 71.91 -
YUV 110.05 190.61 54.5 -
System Red Green Blue C M Y K H S L
Decimal 7 141 221 0.97 0.36 0 0.13 202.43 0.94 0.45
Hex 7 8D DD 61 24 0 D CA 5E 2D
Octal 7 215 335 141 44 0 15 312 136 55
Binary 111 10001101 11011101 1100001 100100 0 1101 11001010 1011110 101101

Color Harmonies of #078DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078DDD

Black with #078DDD

Text Example


Text Example

White with #078DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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