#021CC6

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

Shades of Medium Blue #021CC6

Tints of Medium Blue #021CC6

Color information

#021CC6 (or 0x021CC6) is unknown color: approx Medium Blue. HEX triplet: 02, 1C and C6. RGB value is (2,28,198). Sum of RGB (Red+Green+Blue) = 2+28+198=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 198 (77.73% from 255 or 86.84% from 228); Max value from RGB is 198 - color contains mainly: blue. Hex color #021CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CC6 is #FDE339. Grayscale: #262626. Windows color (decimal): -16638778 or 12983298. OLE color: 12983298.

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

Color convert

RGB228198-
CMYK0.990.8600.22
HSL232.04º98%39.22%-
HSV(B)232.04º98.99%77.65%-
XYZ10.634.9253.82-
YUV39.61217.39101.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 198 (77.73% from 255) = 86.84%
R=0.88%
G=12.28%
B=86.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2281980.990.8600.22232.049839.22
Hex21CC66356016e86227
Octal23430614312602635014247
Binary10111001100011011000111010110010110111010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,28,198); }

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

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

 a { background-color: rgb(2,28,198); }

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

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

 span { border-color: rgb(2,28,198); }

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