#0791F6

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

Shades of Dodger Blue #0791F6

Tints of Dodger Blue #0791F6

Color information

#0791F6 (or 0x0791F6) is unknown color: approx Dodger Blue. HEX triplet: 07, 91 and F6. RGB value is (7,145,246). Sum of RGB (Red+Green+Blue) = 7+145+246=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #0791F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0791F6 is #F86E09. Grayscale: #727272. Windows color (decimal): -16281098 or 16158983. OLE color: 16158983.

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

Color convert

RGB7145246-
CMYK0.970.4100.04
HSL205.36º94.47%49.61%-
HSV(B)205.36º97.15%96.47%-
XYZ26.8526.9590.98-
YUV115.25201.7850.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.76%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 246 (96.48% from 255) = 61.81%
R=1.76%
G=36.43%
B=61.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal71452460.970.4100.04205.3694.4749.61
Hex791F6612904cd5e32
Octal7221366141510431513662
Binary111100100011111011011000011010010100110011011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0791F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0791F6; }

 p { color: rgb(7,145,246); }

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

<style>
 a { background-color: #0791F6; }

 a { background-color: rgb(7,145,246); }

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

<style>
 span { border-color: #0791F6; }

 span { border-color: rgb(7,145,246); }

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