Html Css Color HEX #0794CC Pacific Blue

📋 copy color: '#0794CC'

red 7 ◦ green 148 ◦ blue 204

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

Shades of Pacific Blue #0794CC

Tints of Pacific Blue #0794CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.82%

R = 1.95%
G = 41.23%
B = 56.82%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0794CC (or 0x0794CC) is known color: Pacific Blue. HEX triplet: 07, 94 and CC. RGB value is (7,148,204). Sum of RGB (Red+Green+Blue) = 7+148+204=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #0794CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0794CC is #F86B33. Grayscale: #6F6F6F. Windows color (decimal): -16280372 or 13407239. OLE color: 13407239.

HSL color Cylindrical-coordinate representation of color #0794CC: hue angle of 197.06º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0794CC is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 148 204 -
CMYK 0.97 0.27 0 0.2
HSL 197.06º 0.93% 0.41% -
HSV(B) 197.06º 0.97% 0.8% -
XYZ 21.58 25.58 60.93 -
YUV 112.23 179.79 52.95 -
System Red Green Blue C M Y K H S L
Decimal 7 148 204 0.97 0.27 0 0.2 197.06 0.93 0.41
Hex 7 94 CC 61 1B 0 14 C5 5D 29
Octal 7 224 314 141 33 0 24 305 135 51
Binary 111 10010100 11001100 1100001 11011 0 10100 11000101 1011101 101001

Color Harmonies of #0794CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0794CC

Black with #0794CC

Text Example


Text Example

White with #0794CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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