#1F7DF1

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

Shades of Dodger Blue #1F7DF1

Tints of Dodger Blue #1F7DF1

Color information

#1F7DF1 (or 0x1F7DF1) is unknown color: approx Dodger Blue. HEX triplet: 1F, 7D and F1. RGB value is (31,125,241). Sum of RGB (Red+Green+Blue) = 31+125+241=397 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.81% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F7DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7DF1 is #E0820E. Grayscale: #6D6D6D. Windows color (decimal): -14713359 or 15826207. OLE color: 15826207.

HSL color Cylindrical-coordinate representation of color #1F7DF1: hue angle of 213.14º 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 #1F7DF1 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB31125241-
CMYK0.870.4800.05
HSL213.14º88.24%53.33%-
HSV(B)213.14º87.14%94.51%-
XYZ23.7821.3186.08-
YUV110.12201.8671.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.81%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 241 (94.53% from 255) = 60.71%
R=7.81%
G=31.49%
B=60.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal311252410.870.4800.05213.1488.2453.33
Hex1F7DF1573005d55835
Octal37175361127600532513065
Binary1111111111011111000110101111100000101110101011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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