#1F74F4

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

Shades of Dodger Blue #1F74F4

Tints of Dodger Blue #1F74F4

Color information

#1F74F4 (or 0x1F74F4) is unknown color: approx Dodger Blue. HEX triplet: 1F, 74 and F4. RGB value is (31,116,244). Sum of RGB (Red+Green+Blue) = 31+116+244=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #1F74F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F74F4 is #E08B0B. Grayscale: #686868. Windows color (decimal): -14715660 or 16020511. OLE color: 16020511.

HSL color Cylindrical-coordinate representation of color #1F74F4: hue angle of 216.06º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F74F4 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB31116244-
CMYK0.870.5200.04
HSL216.06º90.64%53.92%-
HSV(B)216.06º87.3%95.69%-
XYZ23.1419.3188.1-
YUV105.18206.3475.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.93%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 244 (95.70% from 255) = 62.40%
R=7.93%
G=29.67%
B=62.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal311162440.870.5200.04216.0690.6453.92
Hex1F74F4573404d85b36
Octal37164364127640433013366
Binary1111111101001111010010101111101000100110110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F74F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F74F4; }

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

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

<style>
 a { background-color: #1F74F4; }

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

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

<style>
 span { border-color: #1F74F4; }

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

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