#1F74F1

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

Shades of Dodger Blue #1F74F1

Tints of Dodger Blue #1F74F1

Color information

#1F74F1 (or 0x1F74F1) is unknown color: approx Dodger Blue. HEX triplet: 1F, 74 and F1. RGB value is (31,116,241). Sum of RGB (Red+Green+Blue) = 31+116+241=388 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.99% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F74F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F74F1 is #E08B0E. Grayscale: #686868. Windows color (decimal): -14715663 or 15823903. OLE color: 15823903.

HSL color Cylindrical-coordinate representation of color #1F74F1: hue angle of 215.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F74F1 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB31116241-
CMYK0.870.5200.05
HSL215.71º88.24%53.33%-
HSV(B)215.71º87.14%94.51%-
XYZ22.6919.1385.72-
YUV104.84204.8475.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.99%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 241 (94.53% from 255) = 62.11%
R=7.99%
G=29.90%
B=62.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal311162410.870.5200.05215.7188.2453.33
Hex1F74F1573405d85835
Octal37164361127640533013065
Binary1111111101001111000110101111101000101110110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F74F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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