Html Css Color HEX #1EA8F5 Dodger Blue

📋 copy color: '#1EA8F5'

red 30 ◦ green 168 ◦ blue 245

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

Shades of Dodger Blue #1EA8F5

Tints of Dodger Blue #1EA8F5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.92%

 BLUE value IS 245 (96.09% from 255) = 55.3%

R = 6.77%
G = 37.92%
B = 55.3%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1EA8F5 (or 0x1EA8F5) is known color: Dodger Blue. HEX triplet: 1E, A8 and F5. RGB value is (30,168,245). Sum of RGB (Red+Green+Blue) = 30+168+245=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #1EA8F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA8F5 is #E1570A. Grayscale: #878787. Windows color (decimal): -14767883 or 16099358. OLE color: 16099358.

HSL color Cylindrical-coordinate representation of color #1EA8F5: hue angle of 201.49º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EA8F5 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 30 168 245 -
CMYK 0.88 0.31 0 0.04
HSL 201.49º 0.91% 0.54% -
HSV(B) 201.49º 0.88% 0.96% -
XYZ 31.02 34.87 91.48 -
YUV 135.52 189.78 52.74 -
System Red Green Blue C M Y K H S L
Decimal 30 168 245 0.88 0.31 0 0.04 201.49 0.91 0.54
Hex 1E A8 F5 58 1F 0 4 C9 5B 36
Octal 36 250 365 130 37 0 4 311 133 66
Binary 11110 10101000 11110101 1011000 11111 0 100 11001001 1011011 110110

Color Harmonies of #1EA8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA8F5

Black with #1EA8F5

Text Example


Text Example

White with #1EA8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,168,245); }

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

background-color css

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

 a { background-color: rgb(30,168,245); }

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

border-color css

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

 span { border-color: rgb(30,168,245); }

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