Html Css Color HEX #1E7DEB Dodger Blue

📋 copy color: '#1E7DEB'

red 30 ◦ green 125 ◦ blue 235

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

Shades of Dodger Blue #1E7DEB

Tints of Dodger Blue #1E7DEB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

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

R = 7.69%
G = 32.05%
B = 60.26%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E7DEB (or 0x1E7DEB) is known color: Dodger Blue. HEX triplet: 1E, 7D and EB. RGB value is (30,125,235). Sum of RGB (Red+Green+Blue) = 30+125+235=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E7DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7DEB is #E18214. Grayscale: #6C6C6C. Windows color (decimal): -14778901 or 15432990. OLE color: 15432990.

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

Color convert

RGB 30 125 235 -
CMYK 0.87 0.47 0 0.08
HSL 212.2º 0.84% 0.52% -
HSV(B) 212.2º 0.87% 0.92% -
XYZ 22.86 20.94 81.43 -
YUV 109.14 199.03 71.56 -
System Red Green Blue C M Y K H S L
Decimal 30 125 235 0.87 0.47 0 0.08 212.2 0.84 0.52
Hex 1E 7D EB 57 2F 0 8 D4 54 34
Octal 36 175 353 127 57 0 10 324 124 64
Binary 11110 1111101 11101011 1010111 101111 0 1000 11010100 1010100 110100

Color Harmonies of #1E7DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7DEB

Black with #1E7DEB

Text Example


Text Example

White with #1E7DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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