#0211DA

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

Shades of Medium Blue #0211DA

Tints of Medium Blue #0211DA

Color information

#0211DA (or 0x0211DA) is unknown color: approx Medium Blue. HEX triplet: 02, 11 and DA. RGB value is (2,17,218). Sum of RGB (Red+Green+Blue) = 2+17+218=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 218 (85.55% from 255 or 91.98% from 237); Max value from RGB is 218 - color contains mainly: blue. Hex color #0211DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211DA is #FDEE25. Grayscale: #222222. Windows color (decimal): -16641574 or 14291202. OLE color: 14291202.

HSL color Cylindrical-coordinate representation of color #0211DA: hue angle of 235.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211DA is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217218-
CMYK0.990.9200.15
HSL235.83º98.18%43.14%-
HSV(B)235.83º99.08%85.49%-
XYZ12.885.4866.71-
YUV35.43231.03104.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 17 (7.03% from 255) = 7.17%
BLUE value IS 218 (85.55% from 255) = 91.98%
R=0.84%
G=7.17%
B=91.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172180.990.9200.15235.8398.1843.14
Hex211DA635C0Fec622b
Octal22133214313401735414253
Binary1010001110110101100011101110001111111011001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0211DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0211DA; }

 p { color: rgb(2,17,218); }

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

<style>
 a { background-color: #0211DA; }

 a { background-color: rgb(2,17,218); }

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

<style>
 span { border-color: #0211DA; }

 span { border-color: rgb(2,17,218); }

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