#220FBD

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

Shades of Medium Blue #220FBD

Tints of Medium Blue #220FBD

Color information

#220FBD (or 0x220FBD) is unknown color: approx Medium Blue. HEX triplet: 22, 0F and BD. RGB value is (34,15,189). Sum of RGB (Red+Green+Blue) = 34+15+189=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #220FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FBD is #DDF042. Grayscale: #272727. Windows color (decimal): -14544963 or 12390178. OLE color: 12390178.

HSL color Cylindrical-coordinate representation of color #220FBD: hue angle of 246.55º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220FBD is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3415189-
CMYK0.820.9200.26
HSL246.55º85.29%40%-
HSV(B)246.55º92.06%74.12%-
XYZ10.024.3648.46-
YUV40.52211.79123.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 189 (74.22% from 255) = 79.41%
R=14.29%
G=6.30%
B=79.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal34151890.820.9200.26246.5585.2940
Hex22FBD525C01Af75528
Octal421727512213403236712550
Binary10001011111011110110100101011100011010111101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,15,189); }

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

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

 a { background-color: rgb(34,15,189); }

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

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

 span { border-color: rgb(34,15,189); }

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