#1F7EDE

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

Shades of Dodger Blue #1F7EDE

Tints of Dodger Blue #1F7EDE

Color information

#1F7EDE (or 0x1F7EDE) is unknown color: approx Dodger Blue. HEX triplet: 1F, 7E and DE. RGB value is (31,126,222). Sum of RGB (Red+Green+Blue) = 31+126+222=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F7EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7EDE is #E08121. Grayscale: #6C6C6C. Windows color (decimal): -14713122 or 14581279. OLE color: 14581279.

HSL color Cylindrical-coordinate representation of color #1F7EDE: hue angle of 210.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F7EDE is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB31126222-
CMYK0.860.4300.13
HSL210.16º75.49%49.61%-
HSV(B)210.16º86.04%87.06%-
XYZ21.2120.4971.94-
YUV108.54192.0372.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.18%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 222 (87.11% from 255) = 58.58%
R=8.18%
G=33.25%
B=58.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal311262220.860.4300.13210.1675.4949.61
Hex1F7EDE562B0Dd24b32
Octal371763361265301532211362
Binary11111111111011011110101011010101101101110100101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,126,222); }

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

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

 a { background-color: rgb(31,126,222); }

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

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

 span { border-color: rgb(31,126,222); }

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