#0979F4

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

Shades of Dodger Blue #0979F4

Tints of Dodger Blue #0979F4

Color information

#0979F4 (or 0x0979F4) is unknown color: approx Dodger Blue. HEX triplet: 09, 79 and F4. RGB value is (9,121,244). Sum of RGB (Red+Green+Blue) = 9+121+244=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 244 (95.70% from 255 or 65.24% from 374); Max value from RGB is 244 - color contains mainly: blue. Hex color #0979F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0979F4 is #F6860B. Grayscale: #646464. Windows color (decimal): -16156172 or 16021769. OLE color: 16021769.

HSL color Cylindrical-coordinate representation of color #0979F4: hue angle of 211.4º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0979F4 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9121244-
CMYK0.960.5000.04
HSL211.4º92.89%49.61%-
HSV(B)211.4º96.31%95.69%-
XYZ23.2820.2688.27-
YUV101.53208.3962-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.41%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 244 (95.70% from 255) = 65.24%
R=2.41%
G=32.35%
B=65.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91212440.960.5000.04211.492.8949.61
Hex979F4603204d35d32
Octal11171364140620432313562
Binary100111110011111010011000001100100100110100111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0979F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0979F4; }

 p { color: rgb(9,121,244); }

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

<style>
 a { background-color: #0979F4; }

 a { background-color: rgb(9,121,244); }

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

<style>
 span { border-color: #0979F4; }

 span { border-color: rgb(9,121,244); }

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