Html Css Color HEX #021ED2 Medium Blue

📋 copy color: '#021ED2'

red 2 ◦ green 30 ◦ blue 210

#021ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #021ED2

Tints of Medium Blue #021ED2

RGB

 RED value IS 2 (1.17% from 255) = 0.83%

 GREEN value IS 30 (12.11% from 255) = 12.4%

 BLUE value IS 210 (82.42% from 255) = 86.78%

R = 0.83%
G = 12.4%
B = 86.78%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#021ED2 (or 0x021ED2) is known color: Medium Blue. HEX triplet: 02, 1E and D2. RGB value is (2,30,210). Sum of RGB (Red+Green+Blue) = 2+30+210=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 210 (82.42% from 255 or 86.78% from 242); Max value from RGB is 210 - color contains mainly: blue. Hex color #021ED2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ED2 is #FDE12D. Grayscale: #292929. Windows color (decimal): -16638254 or 13770242. OLE color: 13770242.

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

Color convert

RGB 2 30 210 -
CMYK 0.99 0.86 0 0.18
HSL 231.92º 0.98% 0.42% -
HSV(B) 231.92º 0.99% 0.82% -
XYZ 12.12 5.59 61.41 -
YUV 42.15 222.72 99.36 -
System Red Green Blue C M Y K H S L
Decimal 2 30 210 0.99 0.86 0 0.18 231.92 0.98 0.42
Hex 2 1E D2 63 56 0 12 E8 62 2A
Octal 2 36 322 143 126 0 22 350 142 52
Binary 10 11110 11010010 1100011 1010110 0 10010 11101000 1100010 101010

Color Harmonies of #021ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ED2

Black with #021ED2

Text Example


Text Example

White with #021ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #021ED2;
 }
 .AnyTagClassName
 {
   color: #021ED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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