Html Css Color HEX #1E18CD Medium Blue

📋 copy color: '#1E18CD'

red 30 ◦ green 24 ◦ blue 205

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

Shades of Medium Blue #1E18CD

Tints of Medium Blue #1E18CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.27%

 BLUE value IS 205 (80.47% from 255) = 79.15%

R = 11.58%
G = 9.27%
B = 79.15%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E18CD (or 0x1E18CD) is known color: Medium Blue. HEX triplet: 1E, 18 and CD. RGB value is (30,24,205). Sum of RGB (Red+Green+Blue) = 30+24+205=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E18CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E18CD is #E1E732. Grayscale: #2D2D2D. Windows color (decimal): -14804787 or 13441054. OLE color: 13441054.

HSL color Cylindrical-coordinate representation of color #1E18CD: hue angle of 241.99º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E18CD is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 24 205 -
CMYK 0.85 0.88 0 0.20
HSL 241.99º 0.79% 0.45% -
HSV(B) 241.99º 0.88% 0.8% -
XYZ 11.88 5.34 58.16 -
YUV 46.43 217.49 116.28 -
System Red Green Blue C M Y K H S L
Decimal 30 24 205 0.85 0.88 0 0.20 241.99 0.79 0.45
Hex 1E 18 CD 55 58 0 14 F2 4F 2D
Octal 36 30 315 125 130 0 24 362 117 55
Binary 11110 11000 11001101 1010101 1011000 0 10100 11110010 1001111 101101

Color Harmonies of #1E18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E18CD

Black with #1E18CD

Text Example


Text Example

White with #1E18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,24,205); }

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

background-color css

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

 a { background-color: rgb(30,24,205); }

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

border-color css

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

 span { border-color: rgb(30,24,205); }

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