Html Css Color HEX #0790CD Pacific Blue

📋 copy color: '#0790CD'

red 7 ◦ green 144 ◦ blue 205

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

Shades of Pacific Blue #0790CD

Tints of Pacific Blue #0790CD

RGB

 RED value IS 7 (3.13% 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 value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0790CD (or 0x0790CD) is known color: 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

RGB 7 144 205 -
CMYK 0.97 0.30 0 0.20
HSL 198.48º 0.93% 0.42% -
HSV(B) 198.48º 0.97% 0.8% -
XYZ 21.08 24.4 61.36 -
YUV 109.99 181.61 54.54 -
System Red Green Blue C M Y K H S L
Decimal 7 144 205 0.97 0.30 0 0.20 198.48 0.93 0.42
Hex 7 90 CD 61 1E 0 14 C6 5D 2A
Octal 7 220 315 141 36 0 24 306 135 52
Binary 111 10010000 11001101 1100001 11110 0 10100 11000110 1011101 101010

Color Harmonies of #0790CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0790CD

Black with #0790CD

Text Example


Text Example

White with #0790CD

Text Example


Text Example

HTML Codes & Css Web 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>