#1c0edf

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

Shades of Medium Blue #1C0EDF

Tints of Medium Blue #1C0EDF

Color information

#1C0EDF (or 0x1C0EDF) is unknown color: approx Medium Blue. HEX triplet: 1C, 0E and DF. RGB value is (28,14,223). Sum of RGB (Red+Green+Blue) = 28+14+223=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 223 (87.5% from 255 or 84.15% from 265); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C0EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0EDF is #E3F120. Grayscale: #292929. Windows color (decimal): -14938401 or 14618140. OLE color: 14618140.

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

Color convert

RGB2814223-
CMYK0.870.9400.13
HSL244.02º88.19%46.47%-
HSV(B)244.02º93.72%87.45%-
XYZ13.965.8970.21-
YUV42.01230.14118.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.57%
GREEN value IS 14 (5.86% from 255) = 5.28%
BLUE value IS 223 (87.5% from 255) = 84.15%
R=10.57%
G=5.28%
B=84.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28142230.870.9400.13244.0288.1946.47
Hex1CEDF575E0Df4582e
Octal341633712713601536413056
Binary111001110110111111010111101111001101111101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c0edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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