#1C18E0

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

Shades of Medium Blue #1C18E0

Tints of Medium Blue #1C18E0

Color information

#1C18E0 (or 0x1C18E0) is unknown color: approx Medium Blue. HEX triplet: 1C, 18 and E0. RGB value is (28,24,224). Sum of RGB (Red+Green+Blue) = 28+24+224=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 224 (87.89% from 255 or 81.16% from 276); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C18E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C18E0 is #E3E71F. Grayscale: #2F2F2F. Windows color (decimal): -14935840 or 14686236. OLE color: 14686236.

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

Color convert

RGB2824224-
CMYK0.880.8900.12
HSL241.2º80.65%48.63%-
HSV(B)241.2º89.29%87.84%-
XYZ14.266.2870.98-
YUV48227.33113.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.14%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 224 (87.89% from 255) = 81.16%
R=10.14%
G=8.70%
B=81.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal28242240.880.8900.12241.280.6548.63
Hex1C18E058590Cf15131
Octal343034013013101436112161
Binary1110011000111000001011000101100101100111100011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C18E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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