Html Css Color HEX #0793E8 Dodger Blue

📋 copy color: '#0793E8'

red 7 ◦ green 147 ◦ blue 232

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

Shades of Dodger Blue #0793E8

Tints of Dodger Blue #0793E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 60.1%

R = 1.81%
G = 38.08%
B = 60.1%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0793E8 (or 0x0793E8) is known color: Dodger Blue. HEX triplet: 07, 93 and E8. RGB value is (7,147,232). Sum of RGB (Red+Green+Blue) = 7+147+232=386 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.81% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #0793E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0793E8 is #F86C17. Grayscale: #727272. Windows color (decimal): -16280600 or 15241991. OLE color: 15241991.

HSL color Cylindrical-coordinate representation of color #0793E8: hue angle of 202.67º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0793E8 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 7 147 232 -
CMYK 0.97 0.37 0 0.09
HSL 202.67º 0.94% 0.47% -
HSV(B) 202.67º 0.97% 0.91% -
XYZ 25.09 26.74 80.18 -
YUV 114.83 194.12 51.09 -
System Red Green Blue C M Y K H S L
Decimal 7 147 232 0.97 0.37 0 0.09 202.67 0.94 0.47
Hex 7 93 E8 61 25 0 9 CB 5E 2F
Octal 7 223 350 141 45 0 11 313 136 57
Binary 111 10010011 11101000 1100001 100101 0 1001 11001011 1011110 101111

Color Harmonies of #0793E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0793E8

Black with #0793E8

Text Example


Text Example

White with #0793E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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