#101ED9

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

Shades of Medium Blue #101ED9

Tints of Medium Blue #101ED9

Color information

#101ED9 (or 0x101ED9) is unknown color: approx Medium Blue. HEX triplet: 10, 1E and D9. RGB value is (16,30,217). Sum of RGB (Red+Green+Blue) = 16+30+217=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 217 (85.16% from 255 or 82.51% from 263); Max value from RGB is 217 - color contains mainly: blue. Hex color #101ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101ED9 is #EFE126. Grayscale: #2E2E2E. Windows color (decimal): -15720743 or 14229008. OLE color: 14229008.

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

Color convert

RGB1630217-
CMYK0.930.8600.15
HSL235.82º86.27%45.69%-
HSV(B)235.82º92.63%85.1%-
XYZ13.26.0566.12-
YUV47.13223.86105.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.08%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 217 (85.16% from 255) = 82.51%
R=6.08%
G=11.41%
B=82.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16302170.930.8600.15235.8286.2745.69
Hex101ED95D560Fec562e
Octal203633113512601735412656
Binary1000011110110110011011101101011001111111011001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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