Html Css Color HEX #0794CE Pacific Blue

📋 copy color: '#0794CE'

red 7 ◦ green 148 ◦ blue 206

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

Shades of Pacific Blue #0794CE

Tints of Pacific Blue #0794CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 1.94%
G = 41%
B = 57.06%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0794CE (or 0x0794CE) is known color: Pacific Blue. HEX triplet: 07, 94 and CE. RGB value is (7,148,206). Sum of RGB (Red+Green+Blue) = 7+148+206=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #0794CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0794CE is #F86B31. Grayscale: #707070. Windows color (decimal): -16280370 or 13538311. OLE color: 13538311.

HSL color Cylindrical-coordinate representation of color #0794CE: hue angle of 197.49º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0794CE is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 148 206 -
CMYK 0.97 0.28 0 0.19
HSL 197.49º 0.93% 0.42% -
HSV(B) 197.49º 0.97% 0.81% -
XYZ 21.82 25.68 62.2 -
YUV 112.45 180.79 52.78 -
System Red Green Blue C M Y K H S L
Decimal 7 148 206 0.97 0.28 0 0.19 197.49 0.93 0.42
Hex 7 94 CE 61 1C 0 13 C5 5D 2A
Octal 7 224 316 141 34 0 23 305 135 52
Binary 111 10010100 11001110 1100001 11100 0 10011 11000101 1011101 101010

Color Harmonies of #0794CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0794CE

Black with #0794CE

Text Example


Text Example

White with #0794CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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