Html Css Color HEX #1EABF3 Dodger Blue

📋 copy color: '#1EABF3'

red 30 ◦ green 171 ◦ blue 243

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

Shades of Dodger Blue #1EABF3

Tints of Dodger Blue #1EABF3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

 BLUE value IS 243 (95.31% from 255) = 54.73%

R = 6.76%
G = 38.51%
B = 54.73%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1EABF3 (or 0x1EABF3) is known color: Dodger Blue. HEX triplet: 1E, AB and F3. RGB value is (30,171,243). Sum of RGB (Red+Green+Blue) = 30+171+243=444 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.76% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #1EABF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EABF3 is #E1540C. Grayscale: #888888. Windows color (decimal): -14767117 or 15969054. OLE color: 15969054.

HSL color Cylindrical-coordinate representation of color #1EABF3: hue angle of 200.28º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EABF3 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 171 243 -
CMYK 0.88 0.30 0 0.05
HSL 200.28º 0.9% 0.54% -
HSV(B) 200.28º 0.88% 0.95% -
XYZ 31.28 35.87 90.07 -
YUV 137.05 187.79 51.65 -
System Red Green Blue C M Y K H S L
Decimal 30 171 243 0.88 0.30 0 0.05 200.28 0.9 0.54
Hex 1E AB F3 58 1E 0 5 C8 5A 36
Octal 36 253 363 130 36 0 5 310 132 66
Binary 11110 10101011 11110011 1011000 11110 0 101 11001000 1011010 110110

Color Harmonies of #1EABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EABF3

Black with #1EABF3

Text Example


Text Example

White with #1EABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,171,243); }

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

background-color css

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

 a { background-color: rgb(30,171,243); }

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

border-color css

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

 span { border-color: rgb(30,171,243); }

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