#021CE0

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

Shades of Medium Blue #021CE0

Tints of Medium Blue #021CE0

Color information

#021CE0 (or 0x021CE0) is unknown color: approx Medium Blue. HEX triplet: 02, 1C and E0. RGB value is (2,28,224). Sum of RGB (Red+Green+Blue) = 2+28+224=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 224 (87.89% from 255 or 88.19% from 254); Max value from RGB is 224 - color contains mainly: blue. Hex color #021CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021CE0 is #FDE31F. Grayscale: #292929. Windows color (decimal): -16638752 or 14687234. OLE color: 14687234.

HSL color Cylindrical-coordinate representation of color #021CE0: hue angle of 232.97º 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 #021CE0 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB228224-
CMYK0.990.8800.12
HSL232.97º98.23%44.31%-
HSV(B)232.97º99.11%87.84%-
XYZ13.896.2370.99-
YUV42.57230.3999.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 28 (11.33% from 255) = 11.02%
BLUE value IS 224 (87.89% from 255) = 88.19%
R=0.79%
G=11.02%
B=88.19%

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
Decimal2282240.990.8800.12232.9798.2344.31
Hex21CE063580Ce9622c
Octal23434014313001435114254
Binary1011100111000001100011101100001100111010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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