Html Css Color HEX #1E8EFA Dodger Blue

📋 copy color: '#1E8EFA'

red 30 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #1E8EFA

Tints of Dodger Blue #1E8EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

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

R = 7.11%
G = 33.65%
B = 59.24%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E8EFA (or 0x1E8EFA) is known color: Dodger Blue. HEX triplet: 1E, 8E and FA. RGB value is (30,142,250). Sum of RGB (Red+Green+Blue) = 30+142+250=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E8EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8EFA is #E17105. Grayscale: #787878. Windows color (decimal): -14774534 or 16420382. OLE color: 16420382.

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

Color convert

RGB 30 142 250 -
CMYK 0.88 0.43 0 0.02
HSL 209.45º 0.96% 0.55% -
HSV(B) 209.45º 0.88% 0.98% -
XYZ 27.46 26.52 94.11 -
YUV 120.82 200.89 63.22 -
System Red Green Blue C M Y K H S L
Decimal 30 142 250 0.88 0.43 0 0.02 209.45 0.96 0.55
Hex 1E 8E FA 58 2B 0 2 D1 60 37
Octal 36 216 372 130 53 0 2 321 140 67
Binary 11110 10001110 11111010 1011000 101011 0 10 11010001 1100000 110111

Color Harmonies of #1E8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8EFA

Black with #1E8EFA

Text Example


Text Example

White with #1E8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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