Html Css Color HEX #1E7BDE Dodger Blue

📋 copy color: '#1E7BDE'

red 30 ◦ green 123 ◦ blue 222

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

Shades of Dodger Blue #1E7BDE

Tints of Dodger Blue #1E7BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 8%
G = 32.8%
B = 59.2%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E7BDE (or 0x1E7BDE) is known color: Dodger Blue. HEX triplet: 1E, 7B and DE. RGB value is (30,123,222). Sum of RGB (Red+Green+Blue) = 30+123+222=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E7BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7BDE is #E18421. Grayscale: #696969. Windows color (decimal): -14779426 or 14580510. OLE color: 14580510.

HSL color Cylindrical-coordinate representation of color #1E7BDE: hue angle of 210.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E7BDE is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 123 222 -
CMYK 0.86 0.45 0 0.13
HSL 210.94º 0.76% 0.49% -
HSV(B) 210.94º 0.86% 0.87% -
XYZ 20.8 19.72 71.82 -
YUV 106.48 193.19 73.45 -
System Red Green Blue C M Y K H S L
Decimal 30 123 222 0.86 0.45 0 0.13 210.94 0.76 0.49
Hex 1E 7B DE 56 2D 0 D D3 4C 31
Octal 36 173 336 126 55 0 15 323 114 61
Binary 11110 1111011 11011110 1010110 101101 0 1101 11010011 1001100 110001

Color Harmonies of #1E7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7BDE

Black with #1E7BDE

Text Example


Text Example

White with #1E7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,123,222); }

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

background-color css

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

 a { background-color: rgb(30,123,222); }

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

border-color css

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

 span { border-color: rgb(30,123,222); }

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