Html Css Color HEX #0790DA Pacific Blue

📋 copy color: '#0790DA'

red 7 ◦ green 144 ◦ blue 218

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

Shades of Pacific Blue #0790DA

Tints of Pacific Blue #0790DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

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

R = 1.9%
G = 39.02%
B = 59.08%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0790DA (or 0x0790DA) is known color: Pacific Blue. HEX triplet: 07, 90 and DA. RGB value is (7,144,218). Sum of RGB (Red+Green+Blue) = 7+144+218=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #0790DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0790DA is #F86F25. Grayscale: #6F6F6F. Windows color (decimal): -16281382 or 14323719. OLE color: 14323719.

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

Color convert

RGB 7 144 218 -
CMYK 0.97 0.34 0 0.15
HSL 201.04º 0.94% 0.44% -
HSV(B) 201.04º 0.97% 0.85% -
XYZ 22.72 25.05 69.97 -
YUV 111.47 188.11 53.48 -
System Red Green Blue C M Y K H S L
Decimal 7 144 218 0.97 0.34 0 0.15 201.04 0.94 0.44
Hex 7 90 DA 61 22 0 F C9 5E 2C
Octal 7 220 332 141 42 0 17 311 136 54
Binary 111 10010000 11011010 1100001 100010 0 1111 11001001 1011110 101100

Color Harmonies of #0790DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0790DA

Black with #0790DA

Text Example


Text Example

White with #0790DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0790DA;
 }
 .AnyTagClassName
 {
   color: #0790DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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