#0790CD

Color #0790CD Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0790CD

Tints of Pacific Blue #0790CD

Color information

#0790CD (or 0x0790CD) is unknown color: approx Pacific Blue. HEX triplet: 07, 90 and CD. RGB value is (7,144,205). Sum of RGB (Red+Green+Blue) = 7+144+205=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #0790CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0790CD is #F86F32. Grayscale: #6D6D6D. Windows color (decimal): -16281395 or 13471751. OLE color: 13471751.

HSL color Cylindrical-coordinate representation of color #0790CD: hue angle of 198.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0790CD is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7144205-
CMYK0.970.3000.20
HSL198.48º93.4%41.57%-
HSV(B)198.48º96.59%80.39%-
XYZ21.0824.461.36-
YUV109.99181.6154.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 205 (80.47% from 255) = 57.58%
R=1.97%
G=40.45%
B=57.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71442050.970.3000.20198.4893.441.57
Hex790CD611E014c65d2a
Octal72203151413602430613552
Binary1111001000011001101110000111110010100110001101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0790CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0790CD; }

 p { color: rgb(7,144,205); }

 H1.HeaderClassName
 {
   color: #0790CD;
 }
 .AnyTagClassName
 {
   color: #0790CD;
 }
</style>
background-color css

<style>
 a { background-color: #0790CD; }

 a { background-color: rgb(7,144,205); }

 div.DivClassName
 {
   background-color: #0790CD;
 }
 .BgClassName
 {
   background-color: #0790CD;
 }
</style>
border-color css

<style>
 span { border-color: #0790CD; }

 span { border-color: rgb(7,144,205); }

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