#101EDC

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

Shades of Medium Blue #101EDC

Tints of Medium Blue #101EDC

Color information

#101EDC (or 0x101EDC) is unknown color: approx Medium Blue. HEX triplet: 10, 1E and DC. RGB value is (16,30,220). Sum of RGB (Red+Green+Blue) = 16+30+220=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #101EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101EDC is #EFE123. Grayscale: #2E2E2E. Windows color (decimal): -15720740 or 14425616. OLE color: 14425616.

HSL color Cylindrical-coordinate representation of color #101EDC: hue angle of 235.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #101EDC is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1630220-
CMYK0.930.8600.14
HSL235.88º86.44%46.27%-
HSV(B)235.88º92.73%86.27%-
XYZ13.66.2168.19-
YUV47.47225.36105.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.02%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 220 (86.33% from 255) = 82.71%
R=6.02%
G=11.28%
B=82.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16302200.930.8600.14235.8886.4446.27
Hex101EDC5D560Eec562e
Octal203633413512601635412656
Binary1000011110110111001011101101011001110111011001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101EDC; }

 p { color: rgb(16,30,220); }

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

<style>
 a { background-color: #101EDC; }

 a { background-color: rgb(16,30,220); }

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

<style>
 span { border-color: #101EDC; }

 span { border-color: rgb(16,30,220); }

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