Html Css Color HEX #1EACF9 Dodger Blue

📋 copy color: '#1EACF9'

red 30 ◦ green 172 ◦ blue 249

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

Shades of Dodger Blue #1EACF9

Tints of Dodger Blue #1EACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

 BLUE value IS 249 (97.66% from 255) = 55.21%

R = 6.65%
G = 38.14%
B = 55.21%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1EACF9 (or 0x1EACF9) is known color: Dodger Blue. HEX triplet: 1E, AC and F9. RGB value is (30,172,249). Sum of RGB (Red+Green+Blue) = 30+172+249=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #1EACF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACF9 is #E15306. Grayscale: #898989. Windows color (decimal): -14766855 or 16362526. OLE color: 16362526.

HSL color Cylindrical-coordinate representation of color #1EACF9: hue angle of 201.1º degrees, saturation: 0.95, 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 #1EACF9 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 172 249 -
CMYK 0.88 0.31 0 0.02
HSL 201.1º 0.95% 0.55% -
HSV(B) 201.1º 0.88% 0.98% -
XYZ 32.39 36.62 94.98 -
YUV 138.32 190.46 50.74 -
System Red Green Blue C M Y K H S L
Decimal 30 172 249 0.88 0.31 0 0.02 201.1 0.95 0.55
Hex 1E AC F9 58 1F 0 2 C9 5F 37
Octal 36 254 371 130 37 0 2 311 137 67
Binary 11110 10101100 11111001 1011000 11111 0 10 11001001 1011111 110111

Color Harmonies of #1EACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACF9

Black with #1EACF9

Text Example


Text Example

White with #1EACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,172,249); }

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

background-color css

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

 a { background-color: rgb(30,172,249); }

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

border-color css

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

 span { border-color: rgb(30,172,249); }

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