Html Css Color HEX #078EDD Pacific Blue

📋 copy color: '#078EDD'

red 7 ◦ green 142 ◦ blue 221

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

Shades of Pacific Blue #078EDD

Tints of Pacific Blue #078EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

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

R = 1.89%
G = 38.38%
B = 59.73%

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

#078EDD (or 0x078EDD) is known color: Pacific Blue. HEX triplet: 07, 8E and DD. RGB value is (7,142,221). Sum of RGB (Red+Green+Blue) = 7+142+221=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #078EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078EDD is #F87122. Grayscale: #6E6E6E. Windows color (decimal): -16281891 or 14519815. OLE color: 14519815.

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

Color convert

RGB 7 142 221 -
CMYK 0.97 0.36 0 0.13
HSL 202.15º 0.94% 0.45% -
HSV(B) 202.15º 0.97% 0.87% -
XYZ 22.81 24.61 71.95 -
YUV 110.64 190.27 54.08 -
System Red Green Blue C M Y K H S L
Decimal 7 142 221 0.97 0.36 0 0.13 202.15 0.94 0.45
Hex 7 8E DD 61 24 0 D CA 5E 2D
Octal 7 216 335 141 44 0 15 312 136 55
Binary 111 10001110 11011101 1100001 100100 0 1101 11001010 1011110 101101

Color Harmonies of #078EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078EDD

Black with #078EDD

Text Example


Text Example

White with #078EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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