#1C1DE0

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

Shades of Medium Blue #1C1DE0

Tints of Medium Blue #1C1DE0

Color information

#1C1DE0 (or 0x1C1DE0) is unknown color: approx Medium Blue. HEX triplet: 1C, 1D and E0. RGB value is (28,29,224). Sum of RGB (Red+Green+Blue) = 28+29+224=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 224 (87.89% from 255 or 79.72% from 281); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C1DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1DE0 is #E3E21F. Grayscale: #323232. Windows color (decimal): -14934560 or 14687516. OLE color: 14687516.

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

Color convert

RGB2829224-
CMYK0.880.8700.12
HSL239.69º77.78%49.41%-
HSV(B)239.69º87.5%87.84%-
XYZ14.376.5171.02-
YUV50.93225.67111.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.96%
GREEN value IS 29 (11.72% from 255) = 10.32%
BLUE value IS 224 (87.89% from 255) = 79.72%
R=9.96%
G=10.32%
B=79.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal28292240.880.8700.12239.6977.7849.41
Hex1C1DE058570Cf04e31
Octal343534013012701436011661
Binary1110011101111000001011000101011101100111100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,29,224); }

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

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

 a { background-color: rgb(28,29,224); }

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

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

 span { border-color: rgb(28,29,224); }

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