Html Css Color HEX #0798DF Pacific Blue

📋 copy color: '#0798DF'

red 7 ◦ green 152 ◦ blue 223

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

Shades of Pacific Blue #0798DF

Tints of Pacific Blue #0798DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 1.83%
G = 39.79%
B = 58.38%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0798DF (or 0x0798DF) is known color: Pacific Blue. HEX triplet: 07, 98 and DF. RGB value is (7,152,223). Sum of RGB (Red+Green+Blue) = 7+152+223=382 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #0798DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0798DF is #F86720. Grayscale: #747474. Windows color (decimal): -16279329 or 14653447. OLE color: 14653447.

HSL color Cylindrical-coordinate representation of color #0798DF: hue angle of 199.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0798DF is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 152 223 -
CMYK 0.97 0.32 0 0.13
HSL 199.72º 0.94% 0.45% -
HSV(B) 199.72º 0.97% 0.87% -
XYZ 24.64 27.83 73.89 -
YUV 116.74 187.96 49.73 -
System Red Green Blue C M Y K H S L
Decimal 7 152 223 0.97 0.32 0 0.13 199.72 0.94 0.45
Hex 7 98 DF 61 20 0 D C8 5E 2D
Octal 7 230 337 141 40 0 15 310 136 55
Binary 111 10011000 11011111 1100001 100000 0 1101 11001000 1011110 101101

Color Harmonies of #0798DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0798DF

Black with #0798DF

Text Example


Text Example

White with #0798DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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