Html Css Color HEX #078FDD Pacific Blue

📋 copy color: '#078FDD'

red 7 ◦ green 143 ◦ blue 221

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

Shades of Pacific Blue #078FDD

Tints of Pacific Blue #078FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

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

R = 1.89%
G = 38.54%
B = 59.57%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#078FDD (or 0x078FDD) is known color: Pacific Blue. HEX triplet: 07, 8F and DD. RGB value is (7,143,221). Sum of RGB (Red+Green+Blue) = 7+143+221=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #078FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078FDD is #F87022. Grayscale: #6E6E6E. Windows color (decimal): -16281635 or 14520071. OLE color: 14520071.

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

Color convert

RGB 7 143 221 -
CMYK 0.97 0.35 0 0.13
HSL 201.87º 0.94% 0.45% -
HSV(B) 201.87º 0.97% 0.87% -
XYZ 22.96 24.91 72 -
YUV 111.23 189.94 53.66 -
System Red Green Blue C M Y K H S L
Decimal 7 143 221 0.97 0.35 0 0.13 201.87 0.94 0.45
Hex 7 8F DD 61 23 0 D CA 5E 2D
Octal 7 217 335 141 43 0 15 312 136 55
Binary 111 10001111 11011101 1100001 100011 0 1101 11001010 1011110 101101

Color Harmonies of #078FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078FDD

Black with #078FDD

Text Example


Text Example

White with #078FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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