#111bdf

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

Shades of Medium Blue #111BDF

Tints of Medium Blue #111BDF

Color information

#111BDF (or 0x111BDF) is unknown color: approx Medium Blue. HEX triplet: 11, 1B and DF. RGB value is (17,27,223). Sum of RGB (Red+Green+Blue) = 17+27+223=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 27 (10.94% from 255 or 10.11% 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 #111BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BDF is #EEE420. Grayscale: #2D2D2D. Windows color (decimal): -15655969 or 14621457. OLE color: 14621457.

HSL color Cylindrical-coordinate representation of color #111BDF: hue angle of 237.09º 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 #111BDF is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1727223-
CMYK0.920.8800.13
HSL237.09º85.83%47.06%-
HSV(B)237.09º92.38%87.45%-
XYZ13.946.2370.28-
YUV46.35227.69107.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.37%
GREEN value IS 27 (10.94% from 255) = 10.11%
BLUE value IS 223 (87.5% from 255) = 83.52%
R=6.37%
G=10.11%
B=83.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17272230.920.8800.13237.0985.8347.06
Hex111BDF5C580Ded562f
Octal213333713413001535512657
Binary1000111011110111111011100101100001101111011011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111bdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111bdf; }

 p { color: rgb(17,27,223); }

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

<style>
 a { background-color: #111bdf; }

 a { background-color: rgb(17,27,223); }

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

<style>
 span { border-color: #111bdf; }

 span { border-color: rgb(17,27,223); }

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