#0792F8

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

Shades of Dodger Blue #0792F8

Tints of Dodger Blue #0792F8

Color information

#0792F8 (or 0x0792F8) is unknown color: approx Dodger Blue. HEX triplet: 07, 92 and F8. RGB value is (7,146,248). Sum of RGB (Red+Green+Blue) = 7+146+248=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 248 (97.27% from 255 or 61.85% from 401); Max value from RGB is 248 - color contains mainly: blue. Hex color #0792F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0792F8 is #F86D07. Grayscale: #737373. Windows color (decimal): -16280840 or 16290311. OLE color: 16290311.

HSL color Cylindrical-coordinate representation of color #0792F8: hue angle of 205.39º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0792F8 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7146248-
CMYK0.970.4100.03
HSL205.39º94.51%50%-
HSV(B)205.39º97.18%97.25%-
XYZ27.3127.3892.65-
YUV116.07202.4550.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.75%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 248 (97.27% from 255) = 61.85%
R=1.75%
G=36.41%
B=61.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal71462480.970.4100.03205.3994.5150
Hex792F8612903cd5f32
Octal7222370141510331513762
Binary11110010010111110001100001101001011110011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0792F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0792F8; }

 p { color: rgb(7,146,248); }

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

<style>
 a { background-color: #0792F8; }

 a { background-color: rgb(7,146,248); }

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

<style>
 span { border-color: #0792F8; }

 span { border-color: rgb(7,146,248); }

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