#1D87FA

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

Shades of Dodger Blue #1D87FA

Tints of Dodger Blue #1D87FA

Color information

#1D87FA (or 0x1D87FA) is unknown color: approx Dodger Blue. HEX triplet: 1D, 87 and FA. RGB value is (29,135,250). Sum of RGB (Red+Green+Blue) = 29+135+250=414 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.00% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D87FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D87FA is #E27805. Grayscale: #737373. Windows color (decimal): -14841862 or 16418589. OLE color: 16418589.

HSL color Cylindrical-coordinate representation of color #1D87FA: hue angle of 211.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D87FA is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB29135250-
CMYK0.880.4600.02
HSL211.22º95.67%54.71%-
HSV(B)211.22º88.4%98.04%-
XYZ26.4324.4993.78-
YUV116.42203.3865.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.00%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=7.00%
G=32.61%
B=60.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal291352500.880.4600.02211.2295.6754.71
Hex1D87FA582E02d36037
Octal35207372130560232314067
Binary1110110000111111110101011000101110010110100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,135,250); }

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

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

 a { background-color: rgb(29,135,250); }

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

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

 span { border-color: rgb(29,135,250); }

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