#2112DF

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

Shades of Medium Blue #2112DF

Tints of Medium Blue #2112DF

Color information

#2112DF (or 0x2112DF) is unknown color: approx Medium Blue. HEX triplet: 21, 12 and DF. RGB value is (33,18,223). Sum of RGB (Red+Green+Blue) = 33+18+223=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #2112DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2112DF is #DEED20. Grayscale: #2D2D2D. Windows color (decimal): -14609697 or 14619169. OLE color: 14619169.

HSL color Cylindrical-coordinate representation of color #2112DF: hue angle of 244.39º degrees, saturation: 0.85, 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 #2112DF is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3318223-
CMYK0.850.9200.13
HSL244.39º85.06%47.25%-
HSV(B)244.39º91.93%87.45%-
XYZ14.166.0870.24-
YUV45.86227.97118.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 223 (87.5% from 255) = 81.39%
R=12.04%
G=6.57%
B=81.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33182230.850.9200.13244.3985.0647.25
Hex2112DF555C0Df4552f
Octal412233712513401536412557
Binary10000110010110111111010101101110001101111101001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2112DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2112DF; }

 p { color: rgb(33,18,223); }

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

<style>
 a { background-color: #2112DF; }

 a { background-color: rgb(33,18,223); }

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

<style>
 span { border-color: #2112DF; }

 span { border-color: rgb(33,18,223); }

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