#1e1cdf

Color #1E1CDF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1E1CDF

Tints of Medium Blue #1E1CDF

Color information

#1E1CDF (or 0x1E1CDF) is unknown color: approx Medium Blue. HEX triplet: 1E, 1C and DF. RGB value is (30,28,223). Sum of RGB (Red+Green+Blue) = 30+28+223=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E1CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1CDF is #E1E320. Grayscale: #323232. Windows color (decimal): -14803745 or 14621726. OLE color: 14621726.

HSL color Cylindrical-coordinate representation of color #1E1CDF: hue angle of 240.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1CDF is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3028223-
CMYK0.870.8700.13
HSL240.62º77.69%49.22%-
HSV(B)240.62º87.44%87.45%-
XYZ14.276.4370.3-
YUV50.83225.16113.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.68%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 223 (87.5% from 255) = 79.36%
R=10.68%
G=9.96%
B=79.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30282230.870.8700.13240.6277.6949.22
Hex1E1CDF57570Df14e31
Octal363433712712701536111661
Binary1111011100110111111010111101011101101111100011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e1cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,28,223); }

 H1.HeaderClassName
 {
   color: #1e1cdf;
 }
 .AnyTagClassName
 {
   color: #1e1cdf;
 }
</style>
background-color css

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

 a { background-color: rgb(30,28,223); }

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

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

 span { border-color: rgb(30,28,223); }

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