#1F77F1

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

Shades of Dodger Blue #1F77F1

Tints of Dodger Blue #1F77F1

Color information

#1F77F1 (or 0x1F77F1) is unknown color: approx Dodger Blue. HEX triplet: 1F, 77 and F1. RGB value is (31,119,241). Sum of RGB (Red+Green+Blue) = 31+119+241=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F77F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F77F1 is #E0880E. Grayscale: #6A6A6A. Windows color (decimal): -14714895 or 15824671. OLE color: 15824671.

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

Color convert

RGB31119241-
CMYK0.870.5100.05
HSL214.86º88.24%53.33%-
HSV(B)214.86º87.14%94.51%-
XYZ23.0419.8485.83-
YUV106.6203.8574.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.93%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 241 (94.53% from 255) = 61.64%
R=7.93%
G=30.43%
B=61.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal311192410.870.5100.05214.8688.2453.33
Hex1F77F1573305d75835
Octal37167361127630532713065
Binary1111111101111111000110101111100110101110101111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F77F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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