Html Css Color HEX #011ECD Medium Blue

📋 copy color: '#011ECD'

red 1 ◦ green 30 ◦ blue 205

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

Shades of Medium Blue #011ECD

Tints of Medium Blue #011ECD

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

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

R = 0.42%
G = 12.71%
B = 86.86%

CMYK

 C value IS 1.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#011ECD (or 0x011ECD) is known color: Medium Blue. HEX triplet: 01, 1E and CD. RGB value is (1,30,205). Sum of RGB (Red+Green+Blue) = 1+30+205=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 205 (80.47% from 255 or 86.86% from 236); Max value from RGB is 205 - color contains mainly: blue. Hex color #011ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ECD is #FEE132. Grayscale: #282828. Windows color (decimal): -16703795 or 13442561. OLE color: 13442561.

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

Color convert

RGB 1 30 205 -
CMYK 1.00 0.85 0 0.20
HSL 231.47º 0.99% 0.4% -
HSV(B) 231.47º 1% 0.8% -
XYZ 11.5 5.34 58.18 -
YUV 41.28 220.39 99.27 -
System Red Green Blue C M Y K H S L
Decimal 1 30 205 1.00 0.85 0 0.20 231.47 0.99 0.4
Hex 1 1E CD 64 55 0 14 E7 63 28
Octal 1 36 315 144 125 0 24 347 143 50
Binary 1 11110 11001101 1100100 1010101 0 10100 11100111 1100011 101000

Color Harmonies of #011ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011ECD

Black with #011ECD

Text Example


Text Example

White with #011ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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