#021ECB

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

Shades of Medium Blue #021ECB

Tints of Medium Blue #021ECB

Color information

#021ECB (or 0x021ECB) is unknown color: approx Medium Blue. HEX triplet: 02, 1E and CB. RGB value is (2,30,203). Sum of RGB (Red+Green+Blue) = 2+30+203=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #021ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ECB is #FDE134. Grayscale: #282828. Windows color (decimal): -16638261 or 13311490. OLE color: 13311490.

HSL color Cylindrical-coordinate representation of color #021ECB: hue angle of 231.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021ECB is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB230203-
CMYK0.990.8500.20
HSL231.64º98.05%40.2%-
HSV(B)231.64º99.01%79.61%-
XYZ11.275.2556.92-
YUV41.35219.2299.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 30 (12.11% from 255) = 12.77%
BLUE value IS 203 (79.69% from 255) = 86.38%
R=0.85%
G=12.77%
B=86.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2302030.990.8500.20231.6498.0540.2
Hex21ECB6355014e86228
Octal23631314312502435014250
Binary10111101100101111000111010101010100111010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,30,203); }

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

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

 a { background-color: rgb(2,30,203); }

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

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

 span { border-color: rgb(2,30,203); }

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