Html Css Color HEX #1EA2EC Dodger Blue

📋 copy color: '#1EA2EC'

red 30 ◦ green 162 ◦ blue 236

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

Shades of Dodger Blue #1EA2EC

Tints of Dodger Blue #1EA2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

 BLUE value IS 236 (92.58% from 255) = 55.14%

R = 7.01%
G = 37.85%
B = 55.14%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EA2EC (or 0x1EA2EC) is known color: Dodger Blue. HEX triplet: 1E, A2 and EC. RGB value is (30,162,236). Sum of RGB (Red+Green+Blue) = 30+162+236=428 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.01% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EA2EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA2EC is #E15D13. Grayscale: #828282. Windows color (decimal): -14769428 or 15507998. OLE color: 15507998.

HSL color Cylindrical-coordinate representation of color #1EA2EC: hue angle of 201.55º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EA2EC is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 162 236 -
CMYK 0.87 0.31 0 0.07
HSL 201.55º 0.84% 0.52% -
HSV(B) 201.55º 0.87% 0.93% -
XYZ 28.6 32.17 84.06 -
YUV 130.97 187.27 55.98 -
System Red Green Blue C M Y K H S L
Decimal 30 162 236 0.87 0.31 0 0.07 201.55 0.84 0.52
Hex 1E A2 EC 57 1F 0 7 CA 54 34
Octal 36 242 354 127 37 0 7 312 124 64
Binary 11110 10100010 11101100 1010111 11111 0 111 11001010 1010100 110100

Color Harmonies of #1EA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA2EC

Black with #1EA2EC

Text Example


Text Example

White with #1EA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,162,236); }

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

background-color css

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

 a { background-color: rgb(30,162,236); }

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

border-color css

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

 span { border-color: rgb(30,162,236); }

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