Html Css Color HEX #1EA5FA Dodger Blue

📋 copy color: '#1EA5FA'

red 30 ◦ green 165 ◦ blue 250

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

Shades of Dodger Blue #1EA5FA

Tints of Dodger Blue #1EA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.08%

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 6.74%
G = 37.08%
B = 56.18%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1EA5FA (or 0x1EA5FA) is known color: Dodger Blue. HEX triplet: 1E, A5 and FA. RGB value is (30,165,250). Sum of RGB (Red+Green+Blue) = 30+165+250=445 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.74% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EA5FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA5FA is #E15A05. Grayscale: #858585. Windows color (decimal): -14768646 or 16426270. OLE color: 16426270.

HSL color Cylindrical-coordinate representation of color #1EA5FA: hue angle of 203.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EA5FA is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 165 250 -
CMYK 0.88 0.34 0 0.02
HSL 203.18º 0.96% 0.55% -
HSV(B) 203.18º 0.88% 0.98% -
XYZ 31.25 34.09 95.38 -
YUV 134.33 193.27 53.59 -
System Red Green Blue C M Y K H S L
Decimal 30 165 250 0.88 0.34 0 0.02 203.18 0.96 0.55
Hex 1E A5 FA 58 22 0 2 CB 60 37
Octal 36 245 372 130 42 0 2 313 140 67
Binary 11110 10100101 11111010 1011000 100010 0 10 11001011 1100000 110111

Color Harmonies of #1EA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA5FA

Black with #1EA5FA

Text Example


Text Example

White with #1EA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,165,250); }

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

background-color css

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

 a { background-color: rgb(30,165,250); }

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

border-color css

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

 span { border-color: rgb(30,165,250); }

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