#2107BC

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

Shades of Medium Blue #2107BC

Tints of Medium Blue #2107BC

Color information

#2107BC (or 0x2107BC) is unknown color: approx Medium Blue. HEX triplet: 21, 07 and BC. RGB value is (33,7,188). Sum of RGB (Red+Green+Blue) = 33+7+188=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #2107BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2107BC is #DEF843. Grayscale: #222222. Windows color (decimal): -14612548 or 12322593. OLE color: 12322593.

HSL color Cylindrical-coordinate representation of color #2107BC: hue angle of 248.62º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2107BC is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB337188-
CMYK0.820.9600.26
HSL248.62º92.82%38.24%-
HSV(B)248.62º96.28%73.73%-
XYZ9.784.1147.85-
YUV35.41214.11126.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.47%
GREEN value IS 7 (3.12% from 255) = 3.07%
BLUE value IS 188 (73.83% from 255) = 82.46%
R=14.47%
G=3.07%
B=82.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3371880.820.9600.26248.6292.8238.24
Hex217BC526001Af95d26
Octal41727412214003237113546
Binary1000011111011110010100101100000011010111110011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2107BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2107BC; }

 p { color: rgb(33,7,188); }

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

<style>
 a { background-color: #2107BC; }

 a { background-color: rgb(33,7,188); }

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

<style>
 span { border-color: #2107BC; }

 span { border-color: rgb(33,7,188); }

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