Html Css Color HEX #1E80DE Dodger Blue

📋 copy color: '#1E80DE'

red 30 ◦ green 128 ◦ blue 222

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

Shades of Dodger Blue #1E80DE

Tints of Dodger Blue #1E80DE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 7.89%
G = 33.68%
B = 58.42%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E80DE (or 0x1E80DE) is known color: Dodger Blue. HEX triplet: 1E, 80 and DE. RGB value is (30,128,222). Sum of RGB (Red+Green+Blue) = 30+128+222=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E80DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80DE is #E17F21. Grayscale: #6C6C6C. Windows color (decimal): -14778146 or 14581790. OLE color: 14581790.

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

Color convert

RGB 30 128 222 -
CMYK 0.86 0.42 0 0.13
HSL 209.38º 0.76% 0.49% -
HSV(B) 209.38º 0.86% 0.87% -
XYZ 21.44 20.99 72.03 -
YUV 109.41 191.53 71.36 -
System Red Green Blue C M Y K H S L
Decimal 30 128 222 0.86 0.42 0 0.13 209.38 0.76 0.49
Hex 1E 80 DE 56 2A 0 D D1 4C 31
Octal 36 200 336 126 52 0 15 321 114 61
Binary 11110 10000000 11011110 1010110 101010 0 1101 11010001 1001100 110001

Color Harmonies of #1E80DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E80DE

Black with #1E80DE

Text Example


Text Example

White with #1E80DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,128,222); }

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

background-color css

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

 a { background-color: rgb(30,128,222); }

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

border-color css

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

 span { border-color: rgb(30,128,222); }

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