#021EDA

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

Shades of Medium Blue #021EDA

Tints of Medium Blue #021EDA

Color information

#021EDA (or 0x021EDA) is unknown color: approx Medium Blue. HEX triplet: 02, 1E and DA. RGB value is (2,30,218). Sum of RGB (Red+Green+Blue) = 2+30+218=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #021EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EDA is #FDE125. Grayscale: #2A2A2A. Windows color (decimal): -16638246 or 14294530. OLE color: 14294530.

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

Color convert

RGB230218-
CMYK0.990.8600.15
HSL232.22º98.18%43.14%-
HSV(B)232.22º99.08%85.49%-
XYZ13.14666.8-
YUV43.06226.7298.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.8%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 218 (85.55% from 255) = 87.2%
R=0.8%
G=12%
B=87.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2302180.990.8600.15232.2298.1843.14
Hex21EDA63560Fe8622b
Octal23633214312601735014253
Binary1011110110110101100011101011001111111010001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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