Html Css Color HEX #0798D0 Pacific Blue

📋 copy color: '#0798D0'

red 7 ◦ green 152 ◦ blue 208

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

Shades of Pacific Blue #0798D0

Tints of Pacific Blue #0798D0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

 BLUE value IS 208 (81.64% from 255) = 56.68%

R = 1.91%
G = 41.42%
B = 56.68%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0798D0 (or 0x0798D0) is known color: Pacific Blue. HEX triplet: 07, 98 and D0. RGB value is (7,152,208). Sum of RGB (Red+Green+Blue) = 7+152+208=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #0798D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0798D0 is #F8672F. Grayscale: #727272. Windows color (decimal): -16279344 or 13670407. OLE color: 13670407.

HSL color Cylindrical-coordinate representation of color #0798D0: hue angle of 196.72º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0798D0 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 152 208 -
CMYK 0.97 0.27 0 0.18
HSL 196.72º 0.93% 0.42% -
HSV(B) 196.72º 0.97% 0.82% -
XYZ 22.7 27.06 63.7 -
YUV 115.03 180.46 50.95 -
System Red Green Blue C M Y K H S L
Decimal 7 152 208 0.97 0.27 0 0.18 196.72 0.93 0.42
Hex 7 98 D0 61 1B 0 12 C5 5D 2A
Octal 7 230 320 141 33 0 22 305 135 52
Binary 111 10011000 11010000 1100001 11011 0 10010 11000101 1011101 101010

Color Harmonies of #0798D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0798D0

Black with #0798D0

Text Example


Text Example

White with #0798D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0798D0; }

 p { color: rgb(7,152,208); }

 H1.HeaderClassName
 {
   color: #0798D0;
 }
 .AnyTagClassName
 {
   color: #0798D0;
 }
</style>

background-color css

<style>
 a { background-color: #0798D0; }

 a { background-color: rgb(7,152,208); }

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

border-color css

<style>
 span { border-color: #0798D0; }

 span { border-color: rgb(7,152,208); }

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