Html Css Color HEX #021ECD Medium Blue

📋 copy color: '#021ECD'

red 2 ◦ green 30 ◦ blue 205

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

Shades of Medium Blue #021ECD

Tints of Medium Blue #021ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 86.5%

R = 0.84%
G = 12.66%
B = 86.5%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#021ECD (or 0x021ECD) is known color: Medium Blue. HEX triplet: 02, 1E and CD. RGB value is (2,30,205). Sum of RGB (Red+Green+Blue) = 2+30+205=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 205 (80.47% from 255 or 86.50% from 237); Max value from RGB is 205 - color contains mainly: blue. Hex color #021ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021ECD is #FDE132. Grayscale: #282828. Windows color (decimal): -16638259 or 13442562. OLE color: 13442562.

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

Color convert

RGB 2 30 205 -
CMYK 0.99 0.85 0 0.20
HSL 231.72º 0.98% 0.41% -
HSV(B) 231.72º 0.99% 0.8% -
XYZ 11.51 5.35 58.18 -
YUV 41.58 220.22 99.77 -
System Red Green Blue C M Y K H S L
Decimal 2 30 205 0.99 0.85 0 0.20 231.72 0.98 0.41
Hex 2 1E CD 63 55 0 14 E8 62 29
Octal 2 36 315 143 125 0 24 350 142 51
Binary 10 11110 11001101 1100011 1010101 0 10100 11101000 1100010 101001

Color Harmonies of #021ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021ECD

Black with #021ECD

Text Example


Text Example

White with #021ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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