Html Css Color HEX #1E8CEB Dodger Blue

📋 copy color: '#1E8CEB'

red 30 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #1E8CEB

Tints of Dodger Blue #1E8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 7.41%
G = 34.57%
B = 58.02%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E8CEB (or 0x1E8CEB) is known color: Dodger Blue. HEX triplet: 1E, 8C and EB. RGB value is (30,140,235). Sum of RGB (Red+Green+Blue) = 30+140+235=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E8CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8CEB is #E17314. Grayscale: #757575. Windows color (decimal): -14775061 or 15436830. OLE color: 15436830.

HSL color Cylindrical-coordinate representation of color #1E8CEB: hue angle of 207.8º degrees, saturation: 0.84, 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 #1E8CEB is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 140 235 -
CMYK 0.87 0.40 0 0.08
HSL 207.8º 0.84% 0.52% -
HSV(B) 207.8º 0.87% 0.92% -
XYZ 24.91 25.03 82.12 -
YUV 117.94 194.06 65.28 -
System Red Green Blue C M Y K H S L
Decimal 30 140 235 0.87 0.40 0 0.08 207.8 0.84 0.52
Hex 1E 8C EB 57 28 0 8 D0 54 34
Octal 36 214 353 127 50 0 10 320 124 64
Binary 11110 10001100 11101011 1010111 101000 0 1000 11010000 1010100 110100

Color Harmonies of #1E8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8CEB

Black with #1E8CEB

Text Example


Text Example

White with #1E8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,140,235); }

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

background-color css

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

 a { background-color: rgb(30,140,235); }

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

border-color css

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

 span { border-color: rgb(30,140,235); }

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