Html Css Color HEX #1D86EF Dodger Blue

📋 copy color: '#1D86EF'

red 29 ◦ green 134 ◦ blue 239

#1D86EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1D86EF

Tints of Dodger Blue #1D86EF

RGB

 RED value IS 29 (11.72% from 255) = 7.21%

 GREEN value IS 134 (52.73% from 255) = 33.33%

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 7.21%
G = 33.33%
B = 59.45%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1D86EF (or 0x1D86EF) is known color: Dodger Blue. HEX triplet: 1D, 86 and EF. RGB value is (29,134,239). Sum of RGB (Red+Green+Blue) = 29+134+239=402 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.21% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D86EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D86EF is #E27910. Grayscale: #727272. Windows color (decimal): -14842129 or 15697437. OLE color: 15697437.

HSL color Cylindrical-coordinate representation of color #1D86EF: hue angle of 210º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D86EF is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 134 239 -
CMYK 0.88 0.44 0 0.06
HSL 210º 0.87% 0.53% -
HSV(B) 210º 0.88% 0.94% -
XYZ 24.61 23.54 84.91 -
YUV 114.58 198.21 66.96 -
System Red Green Blue C M Y K H S L
Decimal 29 134 239 0.88 0.44 0 0.06 210 0.87 0.53
Hex 1D 86 EF 58 2C 0 6 D2 57 35
Octal 35 206 357 130 54 0 6 322 127 65
Binary 11101 10000110 11101111 1011000 101100 0 110 11010010 1010111 110101

Color Harmonies of #1D86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D86EF

Black with #1D86EF

Text Example


Text Example

White with #1D86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D86EF;
 }
 .AnyTagClassName
 {
   color: #1D86EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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