Html Css Color HEX #1E82DD Dodger Blue

📋 copy color: '#1E82DD'

red 30 ◦ green 130 ◦ blue 221

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

Shades of Dodger Blue #1E82DD

Tints of Dodger Blue #1E82DD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.12%

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

R = 7.87%
G = 34.12%
B = 58.01%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E82DD (or 0x1E82DD) is known color: Dodger Blue. HEX triplet: 1E, 82 and DD. RGB value is (30,130,221). Sum of RGB (Red+Green+Blue) = 30+130+221=381 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.87% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E82DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E82DD is #E17D22. Grayscale: #6E6E6E. Windows color (decimal): -14777635 or 14516766. OLE color: 14516766.

HSL color Cylindrical-coordinate representation of color #1E82DD: hue angle of 208.59º 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 #1E82DD is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 130 221 -
CMYK 0.86 0.41 0 0.13
HSL 208.59º 0.76% 0.49% -
HSV(B) 208.59º 0.86% 0.87% -
XYZ 21.57 21.46 71.41 -
YUV 110.47 190.37 70.6 -
System Red Green Blue C M Y K H S L
Decimal 30 130 221 0.86 0.41 0 0.13 208.59 0.76 0.49
Hex 1E 82 DD 56 29 0 D D1 4C 31
Octal 36 202 335 126 51 0 15 321 114 61
Binary 11110 10000010 11011101 1010110 101001 0 1101 11010001 1001100 110001

Color Harmonies of #1E82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E82DD

Black with #1E82DD

Text Example


Text Example

White with #1E82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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