#1F7FDE

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

Shades of Dodger Blue #1F7FDE

Tints of Dodger Blue #1F7FDE

Color information

#1F7FDE (or 0x1F7FDE) is unknown color: approx Dodger Blue. HEX triplet: 1F, 7F and DE. RGB value is (31,127,222). Sum of RGB (Red+Green+Blue) = 31+127+222=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F7FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FDE is #E08021. Grayscale: #6C6C6C. Windows color (decimal): -14712866 or 14581535. OLE color: 14581535.

HSL color Cylindrical-coordinate representation of color #1F7FDE: hue angle of 209.84º 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 #1F7FDE is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB31127222-
CMYK0.860.4300.13
HSL209.84º75.49%49.61%-
HSV(B)209.84º86.04%87.06%-
XYZ21.3420.7471.99-
YUV109.13191.772.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.16%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 222 (87.11% from 255) = 58.42%
R=8.16%
G=33.42%
B=58.42%

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
Decimal311272220.860.4300.13209.8475.4949.61
Hex1F7FDE562B0Dd24b32
Octal371773361265301532211362
Binary11111111111111011110101011010101101101110100101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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