Html Css Color HEX #1E88F2 Dodger Blue

📋 copy color: '#1E88F2'

red 30 ◦ green 136 ◦ blue 242

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

Shades of Dodger Blue #1E88F2

Tints of Dodger Blue #1E88F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.33%

 BLUE value IS 242 (94.92% from 255) = 59.31%

R = 7.35%
G = 33.33%
B = 59.31%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1E88F2 (or 0x1E88F2) is known color: Dodger Blue. HEX triplet: 1E, 88 and F2. RGB value is (30,136,242). Sum of RGB (Red+Green+Blue) = 30+136+242=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 242 (94.92% from 255 or 59.31% from 408); Max value from RGB is 242 - color contains mainly: blue. Hex color #1E88F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E88F2 is #E1770D. Grayscale: #737373. Windows color (decimal): -14776078 or 15894558. OLE color: 15894558.

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

Color convert

RGB 30 136 242 -
CMYK 0.88 0.44 0 0.05
HSL 210º 0.89% 0.53% -
HSV(B) 210º 0.88% 0.95% -
XYZ 25.37 24.3 87.36 -
YUV 116.39 198.88 66.38 -
System Red Green Blue C M Y K H S L
Decimal 30 136 242 0.88 0.44 0 0.05 210 0.89 0.53
Hex 1E 88 F2 58 2C 0 5 D2 59 35
Octal 36 210 362 130 54 0 5 322 131 65
Binary 11110 10001000 11110010 1011000 101100 0 101 11010010 1011001 110101

Color Harmonies of #1E88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E88F2

Black with #1E88F2

Text Example


Text Example

White with #1E88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,136,242); }

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

background-color css

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

 a { background-color: rgb(30,136,242); }

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

border-color css

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

 span { border-color: rgb(30,136,242); }

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