#220FBA

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

Shades of Medium Blue #220FBA

Tints of Medium Blue #220FBA

Color information

#220FBA (or 0x220FBA) is unknown color: approx Medium Blue. HEX triplet: 22, 0F and BA. RGB value is (34,15,186). Sum of RGB (Red+Green+Blue) = 34+15+186=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #220FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FBA is #DDF045. Grayscale: #272727. Windows color (decimal): -14544966 or 12193570. OLE color: 12193570.

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

Color convert

RGB3415186-
CMYK0.820.9200.27
HSL246.67º85.07%39.41%-
HSV(B)246.67º91.94%72.94%-
XYZ9.694.2346.76-
YUV40.17210.29123.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.47%
GREEN value IS 15 (6.25% from 255) = 6.38%
BLUE value IS 186 (73.05% from 255) = 79.15%
R=14.47%
G=6.38%
B=79.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34151860.820.9200.27246.6785.0739.41
Hex22FBA525C01Bf75527
Octal421727212213403336712547
Binary10001011111011101010100101011100011011111101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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