#2109BD

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

Shades of Medium Blue #2109BD

Tints of Medium Blue #2109BD

Color information

#2109BD (or 0x2109BD) is unknown color: approx Medium Blue. HEX triplet: 21, 09 and BD. RGB value is (33,9,189). Sum of RGB (Red+Green+Blue) = 33+9+189=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #2109BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2109BD is #DEF642. Grayscale: #242424. Windows color (decimal): -14612035 or 12388641. OLE color: 12388641.

HSL color Cylindrical-coordinate representation of color #2109BD: hue angle of 248º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2109BD is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB339189-
CMYK0.830.9500.26
HSL248º90.91%38.82%-
HSV(B)248º95.24%74.12%-
XYZ9.914.1948.43-
YUV36.7213.95125.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 189 (74.22% from 255) = 81.82%
R=14.29%
G=3.90%
B=81.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3391890.830.9500.2624890.9138.82
Hex219BD535F01Af85b27
Octal411127512313703237013347
Binary10000110011011110110100111011111011010111110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2109BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2109BD; }

 p { color: rgb(33,9,189); }

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

<style>
 a { background-color: #2109BD; }

 a { background-color: rgb(33,9,189); }

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

<style>
 span { border-color: #2109BD; }

 span { border-color: rgb(33,9,189); }

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