#0211E2

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

Shades of Medium Blue #0211E2

Tints of Medium Blue #0211E2

Color information

#0211E2 (or 0x0211E2) is unknown color: approx Medium Blue. HEX triplet: 02, 11 and E2. RGB value is (2,17,226). Sum of RGB (Red+Green+Blue) = 2+17+226=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 226 (88.67% from 255 or 92.24% from 245); Max value from RGB is 226 - color contains mainly: blue. Hex color #0211E2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211E2 is #FDEE1D. Grayscale: #232323. Windows color (decimal): -16641566 or 14815490. OLE color: 14815490.

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

Color convert

RGB217226-
CMYK0.990.9200.11
HSL235.98º98.25%44.71%-
HSV(B)235.98º99.12%88.63%-
XYZ13.955.972.36-
YUV36.34235.03103.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 226 (88.67% from 255) = 92.24%
R=0.82%
G=6.94%
B=92.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172260.990.9200.11235.9898.2544.71
Hex211E2635C0Bec622d
Octal22134214313401335414255
Binary1010001111000101100011101110001011111011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0211E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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