Html Css Color HEX #1E7EEB Dodger Blue

📋 copy color: '#1E7EEB'

red 30 ◦ green 126 ◦ blue 235

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

Shades of Dodger Blue #1E7EEB

Tints of Dodger Blue #1E7EEB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.23%

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

R = 7.67%
G = 32.23%
B = 60.1%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E7EEB (or 0x1E7EEB) is known color: Dodger Blue. HEX triplet: 1E, 7E and EB. RGB value is (30,126,235). Sum of RGB (Red+Green+Blue) = 30+126+235=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E7EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7EEB is #E18114. Grayscale: #6D6D6D. Windows color (decimal): -14778645 or 15433246. OLE color: 15433246.

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

Color convert

RGB 30 126 235 -
CMYK 0.87 0.46 0 0.08
HSL 211.9º 0.84% 0.52% -
HSV(B) 211.9º 0.87% 0.92% -
XYZ 22.99 21.2 81.48 -
YUV 109.72 198.7 71.14 -
System Red Green Blue C M Y K H S L
Decimal 30 126 235 0.87 0.46 0 0.08 211.9 0.84 0.52
Hex 1E 7E EB 57 2E 0 8 D4 54 34
Octal 36 176 353 127 56 0 10 324 124 64
Binary 11110 1111110 11101011 1010111 101110 0 1000 11010100 1010100 110100

Color Harmonies of #1E7EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7EEB

Black with #1E7EEB

Text Example


Text Example

White with #1E7EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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