Html Css Color HEX #1EA9FF Dodger Blue

📋 copy color: '#1EA9FF'

red 30 ◦ green 169 ◦ blue 255

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

Shades of Dodger Blue #1EA9FF

Tints of Dodger Blue #1EA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.22%

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

R = 6.61%
G = 37.22%
B = 56.17%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1EA9FF (or 0x1EA9FF) is known color: Dodger Blue. HEX triplet: 1E, A9 and FF. RGB value is (30,169,255). Sum of RGB (Red+Green+Blue) = 30+169+255=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EA9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA9FF is #E15600. Grayscale: #888888. Windows color (decimal): -14767617 or 16754974. OLE color: 16754974.

HSL color Cylindrical-coordinate representation of color #1EA9FF: hue angle of 202.93º 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 #1EA9FF is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 30 169 255 -
CMYK 0.88 0.34 0 0
HSL 202.93º 1% 0.56% -
HSV(B) 202.93º 0.88% 1% -
XYZ 32.77 35.87 99.8 -
YUV 137.24 194.45 51.51 -
System Red Green Blue C M Y K H S L
Decimal 30 169 255 0.88 0.34 0 0 202.93 1 0.56
Hex 1E A9 FF 58 22 0 0 CB 64 38
Octal 36 251 377 130 42 0 0 313 144 70
Binary 11110 10101001 11111111 1011000 100010 0 0 11001011 1100100 111000

Color Harmonies of #1EA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA9FF

Black with #1EA9FF

Text Example


Text Example

White with #1EA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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