Html Css Color HEX #1E18CE Medium Blue

📋 copy color: '#1E18CE'

red 30 ◦ green 24 ◦ blue 206

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

Shades of Medium Blue #1E18CE

Tints of Medium Blue #1E18CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 79.23%

R = 11.54%
G = 9.23%
B = 79.23%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E18CE (or 0x1E18CE) is known color: Medium Blue. HEX triplet: 1E, 18 and CE. RGB value is (30,24,206). Sum of RGB (Red+Green+Blue) = 30+24+206=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E18CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E18CE is #E1E731. Grayscale: #2D2D2D. Windows color (decimal): -14804786 or 13506590. OLE color: 13506590.

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

Color convert

RGB 30 24 206 -
CMYK 0.85 0.88 0 0.19
HSL 241.98º 0.79% 0.45% -
HSV(B) 241.98º 0.88% 0.81% -
XYZ 12 5.39 58.8 -
YUV 46.54 217.99 116.2 -
System Red Green Blue C M Y K H S L
Decimal 30 24 206 0.85 0.88 0 0.19 241.98 0.79 0.45
Hex 1E 18 CE 55 58 0 13 F2 4F 2D
Octal 36 30 316 125 130 0 23 362 117 55
Binary 11110 11000 11001110 1010101 1011000 0 10011 11110010 1001111 101101

Color Harmonies of #1E18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E18CE

Black with #1E18CE

Text Example


Text Example

White with #1E18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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