Html Css Color HEX #1E17D2 Medium Blue

📋 copy color: '#1E17D2'

red 30 ◦ green 23 ◦ blue 210

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

Shades of Medium Blue #1E17D2

Tints of Medium Blue #1E17D2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 210 (82.42% from 255) = 79.85%

R = 11.41%
G = 8.75%
B = 79.85%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1E17D2 (or 0x1E17D2) is known color: Medium Blue. HEX triplet: 1E, 17 and D2. RGB value is (30,23,210). Sum of RGB (Red+Green+Blue) = 30+23+210=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 210 (82.42% from 255 or 79.85% from 263); Max value from RGB is 210 - color contains mainly: blue. Hex color #1E17D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E17D2 is #E1E82D. Grayscale: #2D2D2D. Windows color (decimal): -14805038 or 13768478. OLE color: 13768478.

HSL color Cylindrical-coordinate representation of color #1E17D2: hue angle of 242.25º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E17D2 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 23 210 -
CMYK 0.86 0.89 0 0.18
HSL 242.25º 0.8% 0.46% -
HSV(B) 242.25º 0.89% 0.82% -
XYZ 12.47 5.54 61.38 -
YUV 46.41 220.32 116.29 -
System Red Green Blue C M Y K H S L
Decimal 30 23 210 0.86 0.89 0 0.18 242.25 0.8 0.46
Hex 1E 17 D2 56 59 0 12 F2 50 2E
Octal 36 27 322 126 131 0 22 362 120 56
Binary 11110 10111 11010010 1010110 1011001 0 10010 11110010 1010000 101110

Color Harmonies of #1E17D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E17D2

Black with #1E17D2

Text Example


Text Example

White with #1E17D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,23,210); }

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

background-color css

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

 a { background-color: rgb(30,23,210); }

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

border-color css

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

 span { border-color: rgb(30,23,210); }

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