Html Css Color HEX #1E86DD Dodger Blue

📋 copy color: '#1E86DD'

red 30 ◦ green 134 ◦ blue 221

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

Shades of Dodger Blue #1E86DD

Tints of Dodger Blue #1E86DD

RGB

 RED value IS 30 (12.11% from 255) = 7.79%

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 7.79%
G = 34.81%
B = 57.4%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E86DD (or 0x1E86DD) is known color: Dodger Blue. HEX triplet: 1E, 86 and DD. RGB value is (30,134,221). Sum of RGB (Red+Green+Blue) = 30+134+221=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E86DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E86DD is #E17922. Grayscale: #707070. Windows color (decimal): -14776611 or 14517790. OLE color: 14517790.

HSL color Cylindrical-coordinate representation of color #1E86DD: hue angle of 207.33º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E86DD is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 134 221 -
CMYK 0.86 0.39 0 0.13
HSL 207.33º 0.76% 0.49% -
HSV(B) 207.33º 0.86% 0.87% -
XYZ 22.11 22.55 71.59 -
YUV 112.82 189.04 68.93 -
System Red Green Blue C M Y K H S L
Decimal 30 134 221 0.86 0.39 0 0.13 207.33 0.76 0.49
Hex 1E 86 DD 56 27 0 D CF 4C 31
Octal 36 206 335 126 47 0 15 317 114 61
Binary 11110 10000110 11011101 1010110 100111 0 1101 11001111 1001100 110001

Color Harmonies of #1E86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E86DD

Black with #1E86DD

Text Example


Text Example

White with #1E86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,134,221); }

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

background-color css

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

 a { background-color: rgb(30,134,221); }

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

border-color css

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

 span { border-color: rgb(30,134,221); }

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