Html Css Color HEX #1EABFE Dodger Blue

📋 copy color: '#1EABFE'

red 30 ◦ green 171 ◦ blue 254

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

Shades of Dodger Blue #1EABFE

Tints of Dodger Blue #1EABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 6.59%
G = 37.58%
B = 55.82%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1EABFE (or 0x1EABFE) is known color: Dodger Blue. HEX triplet: 1E, AB and FE. RGB value is (30,171,254). Sum of RGB (Red+Green+Blue) = 30+171+254=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EABFE is #E15401. Grayscale: #898989. Windows color (decimal): -14767106 or 16689950. OLE color: 16689950.

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

Color convert

RGB 30 171 254 -
CMYK 0.88 0.33 0 0.00
HSL 202.23º 0.99% 0.56% -
HSV(B) 202.23º 0.88% 1% -
XYZ 32.99 36.56 99.08 -
YUV 138.3 193.29 50.75 -
System Red Green Blue C M Y K H S L
Decimal 30 171 254 0.88 0.33 0 0.00 202.23 0.99 0.56
Hex 1E AB FE 58 21 0 0 CA 63 38
Octal 36 253 376 130 41 0 0 312 143 70
Binary 11110 10101011 11111110 1011000 100001 0 0 11001010 1100011 111000

Color Harmonies of #1EABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EABFE

Black with #1EABFE

Text Example


Text Example

White with #1EABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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