Html Css Color HEX #078ADA Pacific Blue

📋 copy color: '#078ADA'

red 7 ◦ green 138 ◦ blue 218

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

Shades of Pacific Blue #078ADA

Tints of Pacific Blue #078ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

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

R = 1.93%
G = 38.02%
B = 60.06%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#078ADA (or 0x078ADA) is known color: Pacific Blue. HEX triplet: 07, 8A and DA. RGB value is (7,138,218). Sum of RGB (Red+Green+Blue) = 7+138+218=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #078ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ADA is #F87525. Grayscale: #6B6B6B. Windows color (decimal): -16282918 or 14322183. OLE color: 14322183.

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

Color convert

RGB 7 138 218 -
CMYK 0.97 0.37 0 0.15
HSL 202.75º 0.94% 0.44% -
HSV(B) 202.75º 0.97% 0.85% -
XYZ 21.83 23.28 69.67 -
YUV 107.95 190.1 56 -
System Red Green Blue C M Y K H S L
Decimal 7 138 218 0.97 0.37 0 0.15 202.75 0.94 0.44
Hex 7 8A DA 61 25 0 F CB 5E 2C
Octal 7 212 332 141 45 0 17 313 136 54
Binary 111 10001010 11011010 1100001 100101 0 1111 11001011 1011110 101100

Color Harmonies of #078ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078ADA

Black with #078ADA

Text Example


Text Example

White with #078ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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