#1F87E7

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

Shades of Dodger Blue #1F87E7

Tints of Dodger Blue #1F87E7

Color information

#1F87E7 (or 0x1F87E7) is unknown color: approx Dodger Blue. HEX triplet: 1F, 87 and E7. RGB value is (31,135,231). Sum of RGB (Red+Green+Blue) = 31+135+231=397 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.81% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 231 (90.62% from 255 or 58.19% from 397); Max value from RGB is 231 - color contains mainly: blue. Hex color #1F87E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F87E7 is #E07818. Grayscale: #727272. Windows color (decimal): -14710809 or 15173407. OLE color: 15173407.

HSL color Cylindrical-coordinate representation of color #1F87E7: hue angle of 208.8º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F87E7 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB31135231-
CMYK0.870.4200.09
HSL208.8º80.65%51.37%-
HSV(B)208.8º86.58%90.59%-
XYZ23.6523.3978.87-
YUV114.85193.5468.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.81%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 231 (90.62% from 255) = 58.19%
R=7.81%
G=34.01%
B=58.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal311352310.870.4200.09208.880.6551.37
Hex1F87E7572A09d15133
Octal372073471275201132112163
Binary111111000011111100111101011110101001001110100011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F87E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,135,231); }

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

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

 a { background-color: rgb(31,135,231); }

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

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

 span { border-color: rgb(31,135,231); }

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