#0795F5

Color #0795F5 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0795F5

Tints of Dodger Blue #0795F5

Color information

#0795F5 (or 0x0795F5) is unknown color: approx Dodger Blue. HEX triplet: 07, 95 and F5. RGB value is (7,149,245). Sum of RGB (Red+Green+Blue) = 7+149+245=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #0795F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0795F5 is #F86A0A. Grayscale: #747474. Windows color (decimal): -16280075 or 16094471. OLE color: 16094471.

HSL color Cylindrical-coordinate representation of color #0795F5: hue angle of 204.2º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0795F5 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7149245-
CMYK0.970.3900.04
HSL204.2º94.44%49.41%-
HSV(B)204.2º97.14%96.08%-
XYZ27.3228.1390.38-
YUV117.49199.9649.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.75%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 245 (96.09% from 255) = 61.10%
R=1.75%
G=37.16%
B=61.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal71492450.970.3900.04204.294.4449.41
Hex795F5612704cc5e31
Octal7225365141470431413661
Binary111100101011111010111000011001110100110011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0795F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0795F5; }

 p { color: rgb(7,149,245); }

 H1.HeaderClassName
 {
   color: #0795F5;
 }
 .AnyTagClassName
 {
   color: #0795F5;
 }
</style>
background-color css

<style>
 a { background-color: #0795F5; }

 a { background-color: rgb(7,149,245); }

 div.DivClassName
 {
   background-color: #0795F5;
 }
 .BgClassName
 {
   background-color: #0795F5;
 }
</style>
border-color css

<style>
 span { border-color: #0795F5; }

 span { border-color: rgb(7,149,245); }

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