Html Css Color HEX #1E82EA Dodger Blue

📋 copy color: '#1E82EA'

red 30 ◦ green 130 ◦ blue 234

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

Shades of Dodger Blue #1E82EA

Tints of Dodger Blue #1E82EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 7.61%
G = 32.99%
B = 59.39%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E82EA (or 0x1E82EA) is known color: Dodger Blue. HEX triplet: 1E, 82 and EA. RGB value is (30,130,234). Sum of RGB (Red+Green+Blue) = 30+130+234=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E82EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E82EA is #E17D15. Grayscale: #6F6F6F. Windows color (decimal): -14777622 or 15368734. OLE color: 15368734.

HSL color Cylindrical-coordinate representation of color #1E82EA: hue angle of 210.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E82EA is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 130 234 -
CMYK 0.87 0.44 0 0.08
HSL 210.59º 0.83% 0.52% -
HSV(B) 210.59º 0.87% 0.92% -
XYZ 23.37 22.18 80.89 -
YUV 111.96 196.87 69.54 -
System Red Green Blue C M Y K H S L
Decimal 30 130 234 0.87 0.44 0 0.08 210.59 0.83 0.52
Hex 1E 82 EA 57 2C 0 8 D3 53 34
Octal 36 202 352 127 54 0 10 323 123 64
Binary 11110 10000010 11101010 1010111 101100 0 1000 11010011 1010011 110100

Color Harmonies of #1E82EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E82EA

Black with #1E82EA

Text Example


Text Example

White with #1E82EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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