Html Css Color HEX #1EA6FF Dodger Blue

📋 copy color: '#1EA6FF'

red 30 ◦ green 166 ◦ blue 255

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

Shades of Dodger Blue #1EA6FF

Tints of Dodger Blue #1EA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.81%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 6.65%
G = 36.81%
B = 56.54%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1EA6FF (or 0x1EA6FF) is known color: Dodger Blue. HEX triplet: 1E, A6 and FF. RGB value is (30,166,255). Sum of RGB (Red+Green+Blue) = 30+166+255=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EA6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA6FF is #E15900. Grayscale: #868686. Windows color (decimal): -14768385 or 16754206. OLE color: 16754206.

HSL color Cylindrical-coordinate representation of color #1EA6FF: hue angle of 203.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EA6FF is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 30 166 255 -
CMYK 0.88 0.35 0 0
HSL 203.73º 1% 0.56% -
HSV(B) 203.73º 0.88% 1% -
XYZ 32.22 34.77 99.62 -
YUV 135.48 195.44 52.76 -
System Red Green Blue C M Y K H S L
Decimal 30 166 255 0.88 0.35 0 0 203.73 1 0.56
Hex 1E A6 FF 58 23 0 0 CC 64 38
Octal 36 246 377 130 43 0 0 314 144 70
Binary 11110 10100110 11111111 1011000 100011 0 0 11001100 1100100 111000

Color Harmonies of #1EA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA6FF

Black with #1EA6FF

Text Example


Text Example

White with #1EA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,166,255); }

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

background-color css

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

 a { background-color: rgb(30,166,255); }

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

border-color css

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

 span { border-color: rgb(30,166,255); }

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