#021BC2

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

Shades of Medium Blue #021BC2

Tints of Medium Blue #021BC2

Color information

#021BC2 (or 0x021BC2) is unknown color: approx Medium Blue. HEX triplet: 02, 1B and C2. RGB value is (2,27,194). Sum of RGB (Red+Green+Blue) = 2+27+194=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 194 (76.17% from 255 or 87.00% from 223); Max value from RGB is 194 - color contains mainly: blue. Hex color #021BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021BC2 is #FDE43D. Grayscale: #252525. Windows color (decimal): -16639038 or 12720898. OLE color: 12720898.

HSL color Cylindrical-coordinate representation of color #021BC2: hue angle of 232.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BC2 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB227194-
CMYK0.990.8600.24
HSL232.19º97.96%38.43%-
HSV(B)232.19º98.97%76.08%-
XYZ10.154.6951.41-
YUV38.56215.72101.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 27 (10.94% from 255) = 12.11%
BLUE value IS 194 (76.17% from 255) = 87.00%
R=0.90%
G=12.11%
B=87.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2271940.990.8600.24232.1997.9638.43
Hex21BC26356018e86226
Octal23330214312603035014246
Binary10110111100001011000111010110011000111010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021BC2; }

 p { color: rgb(2,27,194); }

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

<style>
 a { background-color: #021BC2; }

 a { background-color: rgb(2,27,194); }

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

<style>
 span { border-color: #021BC2; }

 span { border-color: rgb(2,27,194); }

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