#1D86FA

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

Shades of Dodger Blue #1D86FA

Tints of Dodger Blue #1D86FA

Color information

#1D86FA (or 0x1D86FA) is unknown color: approx Dodger Blue. HEX triplet: 1D, 86 and FA. RGB value is (29,134,250). Sum of RGB (Red+Green+Blue) = 29+134+250=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D86FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D86FA is #E27905. Grayscale: #737373. Windows color (decimal): -14842118 or 16418333. OLE color: 16418333.

HSL color Cylindrical-coordinate representation of color #1D86FA: hue angle of 211.49º 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 #1D86FA is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB29134250-
CMYK0.880.4600.02
HSL211.49º95.67%54.71%-
HSV(B)211.49º88.4%98.04%-
XYZ26.2924.2193.73-
YUV115.83203.7166.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.02%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 250 (98.05% from 255) = 60.53%
R=7.02%
G=32.45%
B=60.53%

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
Decimal291342500.880.4600.02211.4995.6754.71
Hex1D86FA582E02d36037
Octal35206372130560232314067
Binary1110110000110111110101011000101110010110100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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