#1C11DD

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

Shades of Medium Blue #1C11DD

Tints of Medium Blue #1C11DD

Color information

#1C11DD (or 0x1C11DD) is unknown color: approx Medium Blue. HEX triplet: 1C, 11 and DD. RGB value is (28,17,221). Sum of RGB (Red+Green+Blue) = 28+17+221=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C11DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C11DD is #E3EE22. Grayscale: #2A2A2A. Windows color (decimal): -14937635 or 14487836. OLE color: 14487836.

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

Color convert

RGB2817221-
CMYK0.870.9200.13
HSL243.24º85.71%46.67%-
HSV(B)243.24º92.31%86.67%-
XYZ13.735.8768.82-
YUV43.54228.14116.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.53%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 221 (86.72% from 255) = 83.08%
R=10.53%
G=6.39%
B=83.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28172210.870.9200.13243.2485.7146.67
Hex1C11DD575C0Df3562f
Octal342133512713401536312657
Binary1110010001110111011010111101110001101111100111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C11DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,221); }

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

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

 a { background-color: rgb(28,17,221); }

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

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

 span { border-color: rgb(28,17,221); }

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