Html Css Color HEX #021EDE Medium Blue

📋 copy color: '#021EDE'

red 2 ◦ green 30 ◦ blue 222

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

Shades of Medium Blue #021EDE

Tints of Medium Blue #021EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 87.4%

R = 0.79%
G = 11.81%
B = 87.4%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#021EDE (or 0x021EDE) is known color: Medium Blue. HEX triplet: 02, 1E and DE. RGB value is (2,30,222). Sum of RGB (Red+Green+Blue) = 2+30+222=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 222 (87.11% from 255 or 87.40% from 254); Max value from RGB is 222 - color contains mainly: blue. Hex color #021EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021EDE is #FDE121. Grayscale: #2A2A2A. Windows color (decimal): -16638242 or 14556674. OLE color: 14556674.

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

Color convert

RGB 2 30 222 -
CMYK 0.99 0.86 0 0.13
HSL 232.36º 0.98% 0.44% -
HSV(B) 232.36º 0.99% 0.87% -
XYZ 13.67 6.22 69.59 -
YUV 43.52 228.72 98.39 -
System Red Green Blue C M Y K H S L
Decimal 2 30 222 0.99 0.86 0 0.13 232.36 0.98 0.44
Hex 2 1E DE 63 56 0 D E8 62 2C
Octal 2 36 336 143 126 0 15 350 142 54
Binary 10 11110 11011110 1100011 1010110 0 1101 11101000 1100010 101100

Color Harmonies of #021EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021EDE

Black with #021EDE

Text Example


Text Example

White with #021EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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