#0A74F4

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

Shades of Dodger Blue #0A74F4

Tints of Dodger Blue #0A74F4

Color information

#0A74F4 (or 0x0A74F4) is unknown color: approx Dodger Blue. HEX triplet: 0A, 74 and F4. RGB value is (10,116,244). Sum of RGB (Red+Green+Blue) = 10+116+244=370 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 244 (95.70% from 255 or 65.95% from 370); Max value from RGB is 244 - color contains mainly: blue. Hex color #0A74F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A74F4 is #F58B0B. Grayscale: #626262. Windows color (decimal): -16091916 or 16020490. OLE color: 16020490.

HSL color Cylindrical-coordinate representation of color #0A74F4: hue angle of 212.82º degrees, saturation: 0.92, 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 #0A74F4 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10116244-
CMYK0.960.5200.04
HSL212.82º92.13%49.8%-
HSV(B)212.82º95.9%95.69%-
XYZ22.719.0988.08-
YUV98.9209.8864.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.70%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 244 (95.70% from 255) = 65.95%
R=2.70%
G=31.35%
B=65.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal101162440.960.5200.04212.8292.1349.8
HexA74F4603404d55c32
Octal12164364140640432513462
Binary101011101001111010011000001101000100110101011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A74F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A74F4; }

 p { color: rgb(10,116,244); }

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

<style>
 a { background-color: #0A74F4; }

 a { background-color: rgb(10,116,244); }

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

<style>
 span { border-color: #0A74F4; }

 span { border-color: rgb(10,116,244); }

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