#220DBA

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

Shades of Medium Blue #220DBA

Tints of Medium Blue #220DBA

Color information

#220DBA (or 0x220DBA) is unknown color: approx Medium Blue. HEX triplet: 22, 0D and BA. RGB value is (34,13,186). Sum of RGB (Red+Green+Blue) = 34+13+186=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #220DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220DBA is #DDF245. Grayscale: #262626. Windows color (decimal): -14545478 or 12193058. OLE color: 12193058.

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

Color convert

RGB3413186-
CMYK0.820.9300.27
HSL247.28º86.93%39.02%-
HSV(B)247.28º93.01%72.94%-
XYZ9.674.1746.75-
YUV39210.96124.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 186 (73.05% from 255) = 79.83%
R=14.59%
G=5.58%
B=79.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34131860.820.9300.27247.2886.9339.02
Hex22DBA525D01Bf75727
Octal421527212213503336712747
Binary10001011011011101010100101011101011011111101111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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