#100BD4

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

Shades of Medium Blue #100BD4

Tints of Medium Blue #100BD4

Color information

#100BD4 (or 0x100BD4) is unknown color: approx Medium Blue. HEX triplet: 10, 0B and D4. RGB value is (16,11,212). Sum of RGB (Red+Green+Blue) = 16+11+212=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 212 (83.20% from 255 or 88.70% from 239); Max value from RGB is 212 - color contains mainly: blue. Hex color #100BD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BD4 is #EFF42B. Grayscale: #222222. Windows color (decimal): -15725612 or 13896464. OLE color: 13896464.

HSL color Cylindrical-coordinate representation of color #100BD4: hue angle of 241.49º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100BD4 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1611212-
CMYK0.920.9500.17
HSL241.49º90.13%43.73%-
HSV(B)241.49º94.81%83.14%-
XYZ12.225.162.63-
YUV35.41227.66114.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 212 (83.20% from 255) = 88.70%
R=6.69%
G=4.60%
B=88.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16112120.920.9500.17241.4990.1343.73
Hex10BD45C5F011f15a2c
Octal201332413413702136113254
Binary1000010111101010010111001011111010001111100011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100BD4; }

 p { color: rgb(16,11,212); }

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

<style>
 a { background-color: #100BD4; }

 a { background-color: rgb(16,11,212); }

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

<style>
 span { border-color: #100BD4; }

 span { border-color: rgb(16,11,212); }

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