#220DBF

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

Shades of Medium Blue #220DBF

Tints of Medium Blue #220DBF

Color information

#220DBF (or 0x220DBF) is unknown color: approx Medium Blue. HEX triplet: 22, 0D and BF. RGB value is (34,13,191). Sum of RGB (Red+Green+Blue) = 34+13+191=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #220DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DBF is #DDF240. Grayscale: #262626. Windows color (decimal): -14545473 or 12520738. OLE color: 12520738.

HSL color Cylindrical-coordinate representation of color #220DBF: hue angle of 247.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220DBF is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3413191-
CMYK0.820.9300.25
HSL247.08º87.25%40%-
HSV(B)247.08º93.19%74.9%-
XYZ10.214.3949.6-
YUV39.57213.46124.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 13 (5.47% from 255) = 5.46%
BLUE value IS 191 (75% from 255) = 80.25%
R=14.29%
G=5.46%
B=80.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34131910.820.9300.25247.0887.2540
Hex22DBF525D019f75728
Octal421527712213503136712750
Binary10001011011011111110100101011101011001111101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220DBF; }

 p { color: rgb(34,13,191); }

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

<style>
 a { background-color: #220DBF; }

 a { background-color: rgb(34,13,191); }

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

<style>
 span { border-color: #220DBF; }

 span { border-color: rgb(34,13,191); }

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