Html Css Color HEX #1E15DB Medium Blue

📋 copy color: '#1E15DB'

red 30 ◦ green 21 ◦ blue 219

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

Shades of Medium Blue #1E15DB

Tints of Medium Blue #1E15DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 11.11%
G = 7.78%
B = 81.11%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E15DB (or 0x1E15DB) is known color: Medium Blue. HEX triplet: 1E, 15 and DB. RGB value is (30,21,219). Sum of RGB (Red+Green+Blue) = 30+21+219=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E15DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E15DB is #E1EA24. Grayscale: #2D2D2D. Windows color (decimal): -14805541 or 14357790. OLE color: 14357790.

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

Color convert

RGB 30 21 219 -
CMYK 0.86 0.90 0 0.14
HSL 242.73º 0.83% 0.47% -
HSV(B) 242.73º 0.9% 0.86% -
XYZ 13.59 5.93 67.45 -
YUV 46.26 225.48 116.4 -
System Red Green Blue C M Y K H S L
Decimal 30 21 219 0.86 0.90 0 0.14 242.73 0.83 0.47
Hex 1E 15 DB 56 5A 0 E F3 52 2F
Octal 36 25 333 126 132 0 16 363 122 57
Binary 11110 10101 11011011 1010110 1011010 0 1110 11110011 1010010 101111

Color Harmonies of #1E15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E15DB

Black with #1E15DB

Text Example


Text Example

White with #1E15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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