Html Css Color HEX #1E84EA Dodger Blue

📋 copy color: '#1E84EA'

red 30 ◦ green 132 ◦ blue 234

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

Shades of Dodger Blue #1E84EA

Tints of Dodger Blue #1E84EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 234 (91.8% from 255) = 59.09%

R = 7.58%
G = 33.33%
B = 59.09%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E84EA (or 0x1E84EA) is known color: Dodger Blue. HEX triplet: 1E, 84 and EA. RGB value is (30,132,234). Sum of RGB (Red+Green+Blue) = 30+132+234=396 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.58% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E84EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E84EA is #E17B15. Grayscale: #707070. Windows color (decimal): -14777110 or 15369246. OLE color: 15369246.

HSL color Cylindrical-coordinate representation of color #1E84EA: hue angle of 210º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E84EA is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 132 234 -
CMYK 0.87 0.44 0 0.08
HSL 210º 0.83% 0.52% -
HSV(B) 210º 0.87% 0.92% -
XYZ 23.64 22.72 80.98 -
YUV 113.13 196.21 68.71 -
System Red Green Blue C M Y K H S L
Decimal 30 132 234 0.87 0.44 0 0.08 210 0.83 0.52
Hex 1E 84 EA 57 2C 0 8 D2 53 34
Octal 36 204 352 127 54 0 10 322 123 64
Binary 11110 10000100 11101010 1010111 101100 0 1000 11010010 1010011 110100

Color Harmonies of #1E84EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E84EA

Black with #1E84EA

Text Example


Text Example

White with #1E84EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,132,234); }

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

background-color css

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

 a { background-color: rgb(30,132,234); }

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

border-color css

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

 span { border-color: rgb(30,132,234); }

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