#021CE1

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

Shades of Medium Blue #021CE1

Tints of Medium Blue #021CE1

Color information

#021CE1 (or 0x021CE1) is unknown color: approx Medium Blue. HEX triplet: 02, 1C and E1. RGB value is (2,28,225). Sum of RGB (Red+Green+Blue) = 2+28+225=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 225 (88.28% from 255 or 88.24% from 255); Max value from RGB is 225 - color contains mainly: blue. Hex color #021CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CE1 is #FDE31E. Grayscale: #292929. Windows color (decimal): -16638751 or 14752770. OLE color: 14752770.

HSL color Cylindrical-coordinate representation of color #021CE1: hue angle of 233º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021CE1 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB228225-
CMYK0.990.8800.12
HSL233º98.24%44.51%-
HSV(B)233º99.11%88.24%-
XYZ14.036.2871.71-
YUV42.68230.8998.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 28 (11.33% from 255) = 10.98%
BLUE value IS 225 (88.28% from 255) = 88.24%
R=0.78%
G=10.98%
B=88.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2282250.990.8800.1223398.2444.51
Hex21CE163580Ce9622d
Octal23434114313001435114255
Binary1011100111000011100011101100001100111010011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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