Html Css Color HEX #011ECF Medium Blue

📋 copy color: '#011ECF'

red 1 ◦ green 30 ◦ blue 207

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

Shades of Medium Blue #011ECF

Tints of Medium Blue #011ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 86.97%

R = 0.42%
G = 12.61%
B = 86.97%

CMYK

 C value IS 1.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#011ECF (or 0x011ECF) is known color: Medium Blue. HEX triplet: 01, 1E and CF. RGB value is (1,30,207). Sum of RGB (Red+Green+Blue) = 1+30+207=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 207 (81.25% from 255 or 86.97% from 238); Max value from RGB is 207 - color contains mainly: blue. Hex color #011ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ECF is #FEE130. Grayscale: #282828. Windows color (decimal): -16703793 or 13573633. OLE color: 13573633.

HSL color Cylindrical-coordinate representation of color #011ECF: hue angle of 231.55º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011ECF is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 30 207 -
CMYK 1.00 0.86 0 0.19
HSL 231.55º 0.99% 0.41% -
HSV(B) 231.55º 1% 0.81% -
XYZ 11.74 5.44 59.46 -
YUV 41.51 221.39 99.11 -
System Red Green Blue C M Y K H S L
Decimal 1 30 207 1.00 0.86 0 0.19 231.55 0.99 0.41
Hex 1 1E CF 64 56 0 13 E8 63 29
Octal 1 36 317 144 126 0 23 350 143 51
Binary 1 11110 11001111 1100100 1010110 0 10011 11101000 1100011 101001

Color Harmonies of #011ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011ECF

Black with #011ECF

Text Example


Text Example

White with #011ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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