Html Css Color HEX #0796EA Dodger Blue

📋 copy color: '#0796EA'

red 7 ◦ green 150 ◦ blue 234

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

Shades of Dodger Blue #0796EA

Tints of Dodger Blue #0796EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.36%

 BLUE value IS 234 (91.8% from 255) = 59.85%

R = 1.79%
G = 38.36%
B = 59.85%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0796EA (or 0x0796EA) is known color: Dodger Blue. HEX triplet: 07, 96 and EA. RGB value is (7,150,234). Sum of RGB (Red+Green+Blue) = 7+150+234=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #0796EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0796EA is #F86915. Grayscale: #747474. Windows color (decimal): -16279830 or 15373831. OLE color: 15373831.

HSL color Cylindrical-coordinate representation of color #0796EA: hue angle of 202.2º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0796EA is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 150 234 -
CMYK 0.97 0.36 0 0.08
HSL 202.2º 0.94% 0.47% -
HSV(B) 202.2º 0.97% 0.92% -
XYZ 25.85 27.8 81.85 -
YUV 116.82 194.12 49.67 -
System Red Green Blue C M Y K H S L
Decimal 7 150 234 0.97 0.36 0 0.08 202.2 0.94 0.47
Hex 7 96 EA 61 24 0 8 CA 5E 2F
Octal 7 226 352 141 44 0 10 312 136 57
Binary 111 10010110 11101010 1100001 100100 0 1000 11001010 1011110 101111

Color Harmonies of #0796EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0796EA

Black with #0796EA

Text Example


Text Example

White with #0796EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0796EA; }

 p { color: rgb(7,150,234); }

 H1.HeaderClassName
 {
   color: #0796EA;
 }
 .AnyTagClassName
 {
   color: #0796EA;
 }
</style>

background-color css

<style>
 a { background-color: #0796EA; }

 a { background-color: rgb(7,150,234); }

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

border-color css

<style>
 span { border-color: #0796EA; }

 span { border-color: rgb(7,150,234); }

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