#0978F4

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

Shades of Dodger Blue #0978F4

Tints of Dodger Blue #0978F4

Color information

#0978F4 (or 0x0978F4) is unknown color: approx Dodger Blue. HEX triplet: 09, 78 and F4. RGB value is (9,120,244). Sum of RGB (Red+Green+Blue) = 9+120+244=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #0978F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0978F4 is #F6870B. Grayscale: #646464. Windows color (decimal): -16156428 or 16021513. OLE color: 16021513.

HSL color Cylindrical-coordinate representation of color #0978F4: hue angle of 211.66º 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 #0978F4 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9120244-
CMYK0.960.5100.04
HSL211.66º92.89%49.61%-
HSV(B)211.66º96.31%95.69%-
XYZ23.1620.0288.23-
YUV100.95208.7362.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.41%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 244 (95.70% from 255) = 65.42%
R=2.41%
G=32.17%
B=65.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91202440.960.5100.04211.6692.8949.61
Hex978F4603304d45d32
Octal11170364140630432413562
Binary100111110001111010011000001100110100110101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0978F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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