#1C00E2

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

Shades of Medium Blue #1C00E2

Tints of Medium Blue #1C00E2

Color information

#1C00E2 (or 0x1C00E2) is unknown color: approx Medium Blue. HEX triplet: 1C, 00 and E2. RGB value is (28,0,226). Sum of RGB (Red+Green+Blue) = 28+0+226=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 226 (88.67% from 255 or 88.98% from 254); Max value from RGB is 226 - color contains mainly: blue. Hex color #1C00E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00E2 is #E3FF1D. Grayscale: #212121. Windows color (decimal): -14941982 or 14811164. OLE color: 14811164.

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

Color convert

RGB280226-
CMYK0.88100.11
HSL247.43º100%44.31%-
HSV(B)247.43º100%88.63%-
XYZ14.215.7472.31-
YUV34.14236.28123.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 226 (88.67% from 255) = 88.98%
R=11.02%
G=0%
B=88.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2802260.88100.11247.4310044.31
Hex1C0E258640Bf7642c
Octal34034213014401336714454
Binary111000111000101011000110010001011111101111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C00E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,0,226); }

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

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

 a { background-color: rgb(28,0,226); }

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

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

 span { border-color: rgb(28,0,226); }

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