#1C10DF

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

Shades of Medium Blue #1C10DF

Tints of Medium Blue #1C10DF

Color information

#1C10DF (or 0x1C10DF) is unknown color: approx Medium Blue. HEX triplet: 1C, 10 and DF. RGB value is (28,16,223). Sum of RGB (Red+Green+Blue) = 28+16+223=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C10DF is #E3EF20. Grayscale: #2A2A2A. Windows color (decimal): -14937889 or 14618652. OLE color: 14618652.

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

Color convert

RGB2816223-
CMYK0.870.9300.13
HSL243.48º86.61%46.86%-
HSV(B)243.48º92.83%87.45%-
XYZ13.985.9570.22-
YUV43.19229.48117.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.49%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 223 (87.5% from 255) = 83.52%
R=10.49%
G=5.99%
B=83.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28162230.870.9300.13243.4886.6146.86
Hex1C10DF575D0Df3572f
Octal342033712713501536312757
Binary1110010000110111111010111101110101101111100111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C10DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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