#1F85D7

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

Shades of Dodger Blue #1F85D7

Tints of Dodger Blue #1F85D7

Color information

#1F85D7 (or 0x1F85D7) is unknown color: approx Dodger Blue. HEX triplet: 1F, 85 and D7. RGB value is (31,133,215). Sum of RGB (Red+Green+Blue) = 31+133+215=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #1F85D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F85D7 is #E07A28. Grayscale: #6F6F6F. Windows color (decimal): -14711337 or 14124319. OLE color: 14124319.

HSL color Cylindrical-coordinate representation of color #1F85D7: hue angle of 206.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F85D7 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB31133215-
CMYK0.860.3800.16
HSL206.74º74.8%48.24%-
HSV(B)206.74º85.58%84.31%-
XYZ21.2221.9767.41-
YUV111.85186.2170.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.18%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 215 (84.38% from 255) = 56.73%
R=8.18%
G=35.09%
B=56.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal311332150.860.3800.16206.7474.848.24
Hex1F85D75626010cf4b30
Octal372053271264602031711360
Binary1111110000101110101111010110100110010000110011111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F85D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,215); }

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

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

 a { background-color: rgb(31,133,215); }

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

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

 span { border-color: rgb(31,133,215); }

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