Html Css Color HEX #1E9EFA Dodger Blue

📋 copy color: '#1E9EFA'

red 30 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #1E9EFA

Tints of Dodger Blue #1E9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

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

R = 6.85%
G = 36.07%
B = 57.08%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E9EFA (or 0x1E9EFA) is known color: Dodger Blue. HEX triplet: 1E, 9E and FA. RGB value is (30,158,250). Sum of RGB (Red+Green+Blue) = 30+158+250=438 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.85% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E9EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9EFA is #E16105. Grayscale: #818181. Windows color (decimal): -14770438 or 16424478. OLE color: 16424478.

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

Color convert

RGB 30 158 250 -
CMYK 0.88 0.37 0 0.02
HSL 205.09º 0.96% 0.55% -
HSV(B) 205.09º 0.88% 0.98% -
XYZ 30.02 31.63 94.97 -
YUV 130.22 195.59 56.52 -
System Red Green Blue C M Y K H S L
Decimal 30 158 250 0.88 0.37 0 0.02 205.09 0.96 0.55
Hex 1E 9E FA 58 25 0 2 CD 60 37
Octal 36 236 372 130 45 0 2 315 140 67
Binary 11110 10011110 11111010 1011000 100101 0 10 11001101 1100000 110111

Color Harmonies of #1E9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9EFA

Black with #1E9EFA

Text Example


Text Example

White with #1E9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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