#0970F4

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

Shades of Dodger Blue #0970F4

Tints of Dodger Blue #0970F4

Color information

#0970F4 (or 0x0970F4) is unknown color: approx Dodger Blue. HEX triplet: 09, 70 and F4. RGB value is (9,112,244). Sum of RGB (Red+Green+Blue) = 9+112+244=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 244 (95.70% from 255 or 66.85% from 365); Max value from RGB is 244 - color contains mainly: blue. Hex color #0970F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0970F4 is #F68F0B. Grayscale: #5F5F5F. Windows color (decimal): -16158476 or 16019465. OLE color: 16019465.

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

Color convert

RGB9112244-
CMYK0.960.5400.04
HSL213.7º92.89%49.61%-
HSV(B)213.7º96.31%95.69%-
XYZ22.2418.1887.92-
YUV96.25211.3865.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.47%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 244 (95.70% from 255) = 66.85%
R=2.47%
G=30.68%
B=66.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91122440.960.5400.04213.792.8949.61
Hex970F4603604d65d32
Octal11160364140660432613562
Binary100111100001111010011000001101100100110101101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0970F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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