Html Css Color HEX #0793DB Pacific Blue

📋 copy color: '#0793DB'

red 7 ◦ green 147 ◦ blue 219

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

Shades of Pacific Blue #0793DB

Tints of Pacific Blue #0793DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 219 (85.94% from 255) = 58.71%

R = 1.88%
G = 39.41%
B = 58.71%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0793DB (or 0x0793DB) is known color: Pacific Blue. HEX triplet: 07, 93 and DB. RGB value is (7,147,219). Sum of RGB (Red+Green+Blue) = 7+147+219=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #0793DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0793DB is #F86C24. Grayscale: #707070. Windows color (decimal): -16280613 or 14390023. OLE color: 14390023.

HSL color Cylindrical-coordinate representation of color #0793DB: hue angle of 200.38º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0793DB is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 147 219 -
CMYK 0.97 0.33 0 0.14
HSL 200.38º 0.94% 0.44% -
HSV(B) 200.38º 0.97% 0.86% -
XYZ 23.31 26.03 70.81 -
YUV 113.35 187.62 52.15 -
System Red Green Blue C M Y K H S L
Decimal 7 147 219 0.97 0.33 0 0.14 200.38 0.94 0.44
Hex 7 93 DB 61 21 0 E C8 5E 2C
Octal 7 223 333 141 41 0 16 310 136 54
Binary 111 10010011 11011011 1100001 100001 0 1110 11001000 1011110 101100

Color Harmonies of #0793DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0793DB

Black with #0793DB

Text Example


Text Example

White with #0793DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0793DB; }

 p { color: rgb(7,147,219); }

 H1.HeaderClassName
 {
   color: #0793DB;
 }
 .AnyTagClassName
 {
   color: #0793DB;
 }
</style>

background-color css

<style>
 a { background-color: #0793DB; }

 a { background-color: rgb(7,147,219); }

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

border-color css

<style>
 span { border-color: #0793DB; }

 span { border-color: rgb(7,147,219); }

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