Html Css Color HEX #1E17DB Medium Blue

📋 copy color: '#1E17DB'

red 30 ◦ green 23 ◦ blue 219

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

Shades of Medium Blue #1E17DB

Tints of Medium Blue #1E17DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 80.51%

R = 11.03%
G = 8.46%
B = 80.51%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E17DB (or 0x1E17DB) is known color: Medium Blue. HEX triplet: 1E, 17 and DB. RGB value is (30,23,219). Sum of RGB (Red+Green+Blue) = 30+23+219=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E17DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E17DB is #E1E824. Grayscale: #2E2E2E. Windows color (decimal): -14805029 or 14358302. OLE color: 14358302.

HSL color Cylindrical-coordinate representation of color #1E17DB: hue angle of 242.14º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E17DB is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 23 219 -
CMYK 0.86 0.89 0 0.14
HSL 242.14º 0.81% 0.47% -
HSV(B) 242.14º 0.89% 0.86% -
XYZ 13.63 6 67.46 -
YUV 47.44 224.82 115.56 -
System Red Green Blue C M Y K H S L
Decimal 30 23 219 0.86 0.89 0 0.14 242.14 0.81 0.47
Hex 1E 17 DB 56 59 0 E F2 51 2F
Octal 36 27 333 126 131 0 16 362 121 57
Binary 11110 10111 11011011 1010110 1011001 0 1110 11110010 1010001 101111

Color Harmonies of #1E17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E17DB

Black with #1E17DB

Text Example


Text Example

White with #1E17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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