Html Css Color HEX #0794CD Pacific Blue

📋 copy color: '#0794CD'

red 7 ◦ green 148 ◦ blue 205

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

Shades of Pacific Blue #0794CD

Tints of Pacific Blue #0794CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.11%

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 1.94%
G = 41.11%
B = 56.94%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0794CD (or 0x0794CD) is known color: Pacific Blue. HEX triplet: 07, 94 and CD. RGB value is (7,148,205). Sum of RGB (Red+Green+Blue) = 7+148+205=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #0794CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0794CD is #F86B32. Grayscale: #6F6F6F. Windows color (decimal): -16280371 or 13472775. OLE color: 13472775.

HSL color Cylindrical-coordinate representation of color #0794CD: hue angle of 197.27º 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 #0794CD is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 148 205 -
CMYK 0.97 0.28 0 0.20
HSL 197.27º 0.93% 0.42% -
HSV(B) 197.27º 0.97% 0.8% -
XYZ 21.7 25.63 61.56 -
YUV 112.34 180.29 52.87 -
System Red Green Blue C M Y K H S L
Decimal 7 148 205 0.97 0.28 0 0.20 197.27 0.93 0.42
Hex 7 94 CD 61 1C 0 14 C5 5D 2A
Octal 7 224 315 141 34 0 24 305 135 52
Binary 111 10010100 11001101 1100001 11100 0 10100 11000101 1011101 101010

Color Harmonies of #0794CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0794CD

Black with #0794CD

Text Example


Text Example

White with #0794CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0794CD;
 }
 .AnyTagClassName
 {
   color: #0794CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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