#021DE0

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

Shades of Medium Blue #021DE0

Tints of Medium Blue #021DE0

Color information

#021DE0 (or 0x021DE0) is unknown color: approx Medium Blue. HEX triplet: 02, 1D and E0. RGB value is (2,29,224). Sum of RGB (Red+Green+Blue) = 2+29+224=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 224 (87.89% from 255 or 87.84% from 255); Max value from RGB is 224 - color contains mainly: blue. Hex color #021DE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021DE0 is #FDE21F. Grayscale: #2A2A2A. Windows color (decimal): -16638496 or 14687490. OLE color: 14687490.

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

Color convert

RGB229224-
CMYK0.990.8700.12
HSL232.7º98.23%44.31%-
HSV(B)232.7º99.11%87.84%-
XYZ13.926.2771-
YUV43.16230.0598.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 29 (11.72% from 255) = 11.37%
BLUE value IS 224 (87.89% from 255) = 87.84%
R=0.78%
G=11.37%
B=87.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2292240.990.8700.12232.798.2344.31
Hex21DE063570Ce9622c
Octal23534014312701435114254
Binary1011101111000001100011101011101100111010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,29,224); }

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

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

 a { background-color: rgb(2,29,224); }

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

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

 span { border-color: rgb(2,29,224); }

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